We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compat3
compat30
1 parent efcfc76 commit 2649bd0Copy full SHA for 2649bd0
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -489,8 +489,8 @@ object projects:
489
490
lazy val scalaCollectionCompat = SbtCommunityProject(
491
project = "scala-collection-compat",
492
- sbtTestCommand = "compat30/test",
493
- sbtPublishCommand = "compat30/publishLocal",
+ sbtTestCommand = "compat3/test",
+ sbtPublishCommand = "compat3/publishLocal",
494
)
495
496
lazy val scalaJava8Compat = SbtCommunityProject(
0 commit comments