File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 8585[submodule "community-build/community-projects/scala-parser-combinators "]
8686 path = community-build/community-projects/scala-parser-combinators
8787 url = https://github.com/dotty-staging/scala-parser-combinators.git
88+ [submodule "community-build/community-projects/dotty-cps-async "]
89+ path = community-build/community-projects/dotty-cps-async
90+ url = https://github.com/rssh/dotty-cps-async.git
Original file line number Diff line number Diff line change @@ -267,6 +267,11 @@ object projects:
267267 sbtTestCommand = " parserCombinators/test" ,
268268 )
269269
270+ lazy val dottyCpsAsync = SbtCommunityProject (
271+ project = " dotty-cps-async" ,
272+ sbtTestCommand = " test" ,
273+ )
274+
270275end projects
271276
272277@ Category (Array (classOf [TestCategory ]))
@@ -356,6 +361,7 @@ class CommunityBuildTest:
356361 @ Test def scodecBits = projects.scodecBits.run()
357362 @ Test def scodec = projects.scodec.run()
358363 @ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
364+ @ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
359365end CommunityBuildTest
360366
361367class TestCategory
You can’t perform that action at this time.
0 commit comments