File tree 4 files changed +13
-0
lines changed
4 files changed +13
-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,13 @@ object projects:
598
598
dependencies = List (scalatest, scalatestplusJunit, scalatestplusScalacheck)
599
599
)
600
600
601
+ lazy val protoquill = SbtCommunityProject (
602
+ project = " protoquill" ,
603
+ sbtTestCommand = " compile" ,
604
+ sbtPublishCommand = " publishLocal" ,
605
+ dependencies = List () // TODO add scalatest and pprint (see protoquill/build.sbt)
606
+ )
607
+
601
608
end projects
602
609
603
610
def allProjects = List (
@@ -663,6 +670,7 @@ def allProjects = List(
663
670
projects.izumiReflect,
664
671
projects.perspective,
665
672
projects.akka,
673
+ projects.protoquill,
666
674
)
667
675
668
676
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