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 74
74
[submodule "community-build/community-projects/munit "]
75
75
path = community-build/community-projects/munit
76
76
url = https://github.com/dotty-staging/munit.git
77
+ [submodule "community-build/community-projects/scala-parser-combinators "]
78
+ path = community-build/community-projects/scala-parser-combinators
79
+ url = https://github.com/scala/scala-parser-combinators.git
Original file line number Diff line number Diff line change @@ -281,6 +281,12 @@ object projects:
281
281
sbtUpdateCommand = " munitJVM/update" ,
282
282
)
283
283
284
+ lazy val scalaParserCombinators = SbtCommunityProject (
285
+ project = " scala-parser-combinators" ,
286
+ sbtTestCommand = " test" ,
287
+ sbtUpdateCommand = " update"
288
+ )
289
+
284
290
end projects
285
291
286
292
@ Category (Array (classOf [TestCategory ]))
@@ -367,6 +373,7 @@ class CommunityBuildTest:
367
373
@ Test def sconfig = projects.sconfig.run()
368
374
@ Test def zio = projects.zio.run()
369
375
@ Test def munit = projects.munit.run()
376
+ @ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
370
377
end CommunityBuildTest
371
378
372
379
class TestCategory
You can’t perform that action at this time.
0 commit comments