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 6868[submodule "community-build/community-projects/sconfig "]
6969 path = community-build/community-projects/sconfig
7070 url = https://github.com/ekrich/sconfig.git
71+ [submodule "community-build/community-projects/zio "]
72+ path = community-build/community-projects/zio
73+ url = https://github.com/dotty-staging/zio.git
Original file line number Diff line number Diff line change @@ -268,6 +268,12 @@ object projects:
268268 sbtTestCommand = " sconfigJVM/test" ,
269269 sbtUpdateCommand = " sconfigJVM/update"
270270 )
271+
272+ lazy val zio = SbtCommunityProject (
273+ project = " zio" ,
274+ sbtTestCommand = " testJVMDotty" ,
275+ sbtUpdateCommand = " update"
276+ )
271277end projects
272278
273279@ Category (Array (classOf [TestCategory ]))
@@ -341,6 +347,7 @@ class CommunityBuildTest:
341347 @ Test def xmlInterpolator = projects.xmlInterpolator.run()
342348 @ Test def effpi = projects.effpi.run()
343349 @ Test def sconfig = projects.sconfig.run()
350+ @ Test def zio = projects.zio.run()
344351end CommunityBuildTest
345352
346353class TestCategory
You can’t perform that action at this time.
0 commit comments