File tree 4 files changed +11
-0
lines changed 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 117
117
path = community-build/community-projects/cats-effect-3
118
118
url = https://github.com/dotty-staging/cats-effect.git
119
119
branch = series/3.x
120
+ [submodule "community-build/community-projects/scala-parallel-collections "]
121
+ path = community-build/community-projects/scala-parallel-collections
122
+ url = https://github.com/dotty-staging/scala-parallel-collections.git
Original file line number Diff line number Diff line change @@ -327,4 +327,10 @@ object projects:
327
327
sbtTestCommand = " testIfRelevant"
328
328
)
329
329
330
+ lazy val scalaParallelCollections = SbtCommunityProject (
331
+ project = " scala-parallel-collections" ,
332
+ sbtTestCommand = " test" ,
333
+ dependencies = List (scalacheck)
334
+ )
335
+
330
336
end projects
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ class CommunityBuildTest:
100
100
@ Test def requests = projects.requests.run()
101
101
@ Test def scalacheck = projects.scalacheck.run()
102
102
@ Test def scalap = projects.scalap.run()
103
+ @ Test def scalaParallelCollections = projects.scalaParallelCollections.run()
103
104
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
104
105
@ Test def ScalaPB = projects.ScalaPB .run()
105
106
@ Test def scalatest = projects.scalatest.run()
You can’t perform that action at this time.
0 commit comments