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/upickle "]
6969 path = community-build/community-projects/upickle
7070 url = https://github.com/dotty-staging/upickle.git
71+ [submodule "community-build/community-projects/sconfig "]
72+ path = community-build/community-projects/sconfig
73+ url = https://github.com/ekrich/sconfig.git
Original file line number Diff line number Diff line change @@ -262,6 +262,12 @@ object projects
262262 // sbtTestCommand = "compile",
263263 // sbtUpdateCommand = "update"
264264 // )
265+
266+ lazy val sconfig = SbtCommunityProject (
267+ project = " sconfig" ,
268+ sbtTestCommand = " sconfigJVM/test" ,
269+ sbtUpdateCommand = " sconfigJVM/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 semanticdb = projects.semanticdb.run()
337343 @ Test def effpi = projects.effpi.run()
344+ @ Test def sconfig = projects.sconfig.run()
338345}
339346
340347class TestCategory
You can’t perform that action at this time.
0 commit comments