File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 91
91
[submodule "community-build/community-projects/geny "]
92
92
path = community-build/community-projects/geny
93
93
url = https://github.com/dotty-staging/geny.git
94
+ [submodule "community-build/community-projects/scalaz "]
95
+ path = community-build/community-projects/scalaz
96
+ url = https://github.com/dotty-staging/scalaz.git
Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ object projects:
278
278
sbtTestCommand = " test" ,
279
279
)
280
280
281
+ lazy val scalaz = SbtCommunityProject (
282
+ project = " scalaz" ,
283
+ sbtTestCommand = " rootJVM/test" ,
284
+ dependencies = List (scalacheck)
285
+ )
286
+
281
287
end projects
282
288
283
289
@ Category (Array (classOf [TestCategory ]))
@@ -369,6 +375,7 @@ class CommunityBuildTest:
369
375
@ Test def scodec = projects.scodec.run()
370
376
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
371
377
@ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378
+ @ Test def scalaz = projects.scalaz.run()
372
379
end CommunityBuildTest
373
380
374
381
class TestCategory
You can’t perform that action at this time.
0 commit comments