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 68
68
[submodule "community-build/community-projects/upickle "]
69
69
path = community-build/community-projects/upickle
70
70
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
262
262
// sbtTestCommand = "compile",
263
263
// sbtUpdateCommand = "update"
264
264
// )
265
+
266
+ lazy val sconfig = SbtCommunityProject (
267
+ project = " sconfig" ,
268
+ sbtTestCommand = " sconfigJVM/test" ,
269
+ sbtUpdateCommand = " sconfigJVM/update"
270
+ )
265
271
end projects
266
272
267
273
@ Category (Array (classOf [TestCategory ]))
@@ -335,6 +341,7 @@ class CommunityBuildTest {
335
341
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
336
342
@ Test def semanticdb = projects.semanticdb.run()
337
343
@ Test def effpi = projects.effpi.run()
344
+ @ Test def sconfig = projects.sconfig.run()
338
345
}
339
346
340
347
class TestCategory
You can’t perform that action at this time.
0 commit comments