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 190
190
[submodule "community-build/community-projects/cask "]
191
191
path = community-build/community-projects/cask
192
192
url = https://github.com/dotty-staging/cask.git
193
+ [submodule "community-build/community-projects/play-json "]
194
+ path = community-build/community-projects/play-json
195
+ url = https://github.com/dotty-staging/play-json.git
Original file line number Diff line number Diff line change @@ -654,6 +654,13 @@ object projects:
654
654
dependencies = List (scalatest)
655
655
)
656
656
657
+ lazy val playJson = SbtCommunityProject (
658
+ project = " play-json" ,
659
+ sbtTestCommand = " test" ,
660
+ sbtPublishCommand = " publishLocal" ,
661
+ dependencies = List (scalatest, scalatestplusScalacheck),
662
+ )
663
+
657
664
end projects
658
665
659
666
def allProjects = List (
@@ -724,6 +731,7 @@ def allProjects = List(
724
731
projects.akka,
725
732
projects.protoquill,
726
733
projects.onnxScala,
734
+ projects.playJson,
727
735
)
728
736
729
737
lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ class CommunityBuildTestC extends CommunityBuildTest:
144
144
@ Test def onnxScala = projects.onnxScala.run()
145
145
@ Test def oslib = projects.oslib.run()
146
146
// @Test def oslibWatch = projects.oslibWatch.run()
147
+ @ Test def playJson = projects.playJson.run()
147
148
@ Test def pprint = projects.pprint.run()
148
149
@ Test def protoquill = projects.protoquill.run()
149
150
@ Test def requests = projects.requests.run()
You can’t perform that action at this time.
0 commit comments