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/zio/zio.git
Original file line number Diff line number Diff line change @@ -262,6 +262,12 @@ object projects
262262 sbtTestCommand = " sconfigJVM/test" ,
263263 sbtUpdateCommand = " sconfigJVM/update"
264264 )
265+
266+ lazy val zio = SbtCommunityProject (
267+ project = " zio"
268+ sbtTestCommand = " testJVMDotty"
269+ sbtUpdateCommand = " update"
270+ )
265271end projects
266272
267273@ Category (Array (classOf [TestCategory ]))
@@ -335,6 +341,7 @@ class CommunityBuildTest {
335341 @ Test def xmlInterpolator = projects.xmlInterpolator.run()
336342 @ Test def effpi = projects.effpi.run()
337343 @ Test def sconfig = projects.sconfig.run()
344+ @ Test def zio = projects.zio.run()
338345}
339346
340347class TestCategory
You can’t perform that action at this time.
0 commit comments