Skip to content

Commit 4f8fa86

Browse files
committed
community build: add scala-parallel-collections
1 parent 141d804 commit 4f8fa86

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,6 @@
117117
path = community-build/community-projects/cats-effect-3
118118
url = https://github.com/dotty-staging/cats-effect.git
119119
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

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,10 @@ object projects:
327327
sbtTestCommand = "testIfRelevant"
328328
)
329329

330+
lazy val scalaParallelCollections = SbtCommunityProject(
331+
project = "scala-parallel-collections",
332+
sbtTestCommand = "test",
333+
dependencies = List(scalacheck)
334+
)
335+
330336
end projects

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class CommunityBuildTest:
100100
@Test def requests = projects.requests.run()
101101
@Test def scalacheck = projects.scalacheck.run()
102102
@Test def scalap = projects.scalap.run()
103+
@Test def scalaParallelCollections = projects.scalaParallelCollections.run()
103104
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
104105
@Test def ScalaPB = projects.ScalaPB.run()
105106
@Test def scalatest = projects.scalatest.run()

0 commit comments

Comments
 (0)