File tree 4 files changed +10
-0
lines changed
4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 120
120
[submodule "community-build/community-projects/scala-parallel-collections "]
121
121
path = community-build/community-projects/scala-parallel-collections
122
122
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
Original file line number Diff line number Diff line change @@ -333,4 +333,9 @@ object projects:
333
333
dependencies = List (scalacheck)
334
334
)
335
335
336
+ lazy val scalaCollectionCompat = SbtCommunityProject (
337
+ project = " scala-collection-compat" ,
338
+ sbtTestCommand = " compat30/test" ,
339
+ )
340
+
336
341
end projects
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
114
114
@ Test def minitest = projects.minitest.run()
115
115
@ Test def munit = projects.munit.run()
116
116
@ Test def scalap = projects.scalap.run()
117
+ @ Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
117
118
@ Test def scalaParallelCollections = projects.scalaParallelCollections.run()
118
119
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
119
120
@ Test def ScalaPB = projects.ScalaPB .run()
You can’t perform that action at this time.
0 commit comments