File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 9191[submodule "community-build/community-projects/geny "]
9292 path = community-build/community-projects/geny
9393 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:
278278 sbtTestCommand = " test" ,
279279 )
280280
281+ lazy val scalaz = SbtCommunityProject (
282+ project = " scalaz" ,
283+ sbtTestCommand = " rootJVM/test" ,
284+ dependencies = List (scalacheck)
285+ )
286+
281287end projects
282288
283289@ Category (Array (classOf [TestCategory ]))
@@ -369,6 +375,7 @@ class CommunityBuildTest:
369375 @ Test def scodec = projects.scodec.run()
370376 @ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
371377 @ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378+ @ Test def scalaz = projects.scalaz.run()
372379end CommunityBuildTest
373380
374381class TestCategory
You can’t perform that action at this time.
0 commit comments