File tree 4 files changed +14
-0
lines changed
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 184
184
[submodule "community-build/community-projects/akka "]
185
185
path = community-build/community-projects/akka
186
186
url = https://github.com/dotty-staging/akka.git
187
+ [submodule "community-build/community-projects/protoquill "]
188
+ path = community-build/community-projects/protoquill
189
+ url = https://github.com/dotty-staging/protoquill.git
Original file line number Diff line number Diff line change @@ -598,6 +598,14 @@ object projects:
598
598
dependencies = List (scalatest, scalatestplusJunit, scalatestplusScalacheck)
599
599
)
600
600
601
+ lazy val protoquill = SbtCommunityProject (
602
+ project = " protoquill" ,
603
+ sbtTestCommand = " test" ,
604
+ sbtPublishCommand = " publishLocal" ,
605
+ dependencies = List (), // TODO add scalatest and pprint (see protoquill/build.sbt)
606
+ scalacOptions = List (" -language:implicitConversions" ), // disabled -Ycheck-init, due to bug in macro
607
+ )
608
+
601
609
end projects
602
610
603
611
def allProjects = List (
@@ -663,6 +671,7 @@ def allProjects = List(
663
671
projects.izumiReflect,
664
672
projects.perspective,
665
673
projects.akka,
674
+ projects.protoquill,
666
675
)
667
676
668
677
lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
108
108
@ Test def upickle = projects.upickle.run()
109
109
@ Test def utest = projects.utest.run()
110
110
@ Test def zio = projects.zio.run()
111
+ @ Test def protoquill = projects.protoquill.run()
111
112
112
113
// 'scala-stm' and 'Sciss/Lucre':
113
114
// @Test def scissEqual = projects.scissEqual .run()
You can’t perform that action at this time.
0 commit comments