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 2de0e9e commit 0c6b3deCopy full SHA for 0c6b3de
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