Skip to content

Commit 5093e58

Browse files
committed
add scala-collection-compat to community build
1 parent 94982dd commit 5093e58

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@
120120
[submodule "community-build/community-projects/scala-parallel-collections"]
121121
path = community-build/community-projects/scala-parallel-collections
122122
url = https://github.com/dotty-staging/scala-parallel-collections.git
123+
[submodule "community-build/community-projects/scala-collection-compat"]
124+
path = community-build/community-projects/scala-collection-compat
125+
url = https://github.com/dotty-staging/scala-collection-compat.git

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

+5
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,9 @@ object projects:
333333
dependencies = List(scalacheck)
334334
)
335335

336+
lazy val scalaCollectionCompat = SbtCommunityProject(
337+
project = "scala-collection-compat",
338+
sbtTestCommand = "compat30/test",
339+
)
340+
336341
end projects

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

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
114114
@Test def minitest = projects.minitest.run()
115115
@Test def munit = projects.munit.run()
116116
@Test def scalap = projects.scalap.run()
117+
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
117118
@Test def scalaParallelCollections = projects.scalaParallelCollections.run()
118119
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
119120
@Test def ScalaPB = projects.ScalaPB.run()

0 commit comments

Comments
 (0)