Skip to content

Commit 0c6b3de

Browse files
committed
Fix CommunityBuild setup for scalaCollectionCompat, use compat3 project instead of compat30
1 parent 2de0e9e commit 0c6b3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ object projects:
489489

490490
lazy val scalaCollectionCompat = SbtCommunityProject(
491491
project = "scala-collection-compat",
492-
sbtTestCommand = "compat30/test",
493-
sbtPublishCommand = "compat30/publishLocal",
492+
sbtTestCommand = "compat3/test",
493+
sbtPublishCommand = "compat3/publishLocal",
494494
)
495495

496496
lazy val scalaJava8Compat = SbtCommunityProject(

0 commit comments

Comments
 (0)