Skip to content

Commit

Permalink
Fix CommunityBuild setup for scalaCollectionCompat, use compat3 pro…
Browse files Browse the repository at this point in the history
…ject instead of `compat30`
  • Loading branch information
WojciechMazur committed Oct 15, 2024
1 parent efcfc76 commit 2649bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ object projects:

lazy val scalaCollectionCompat = SbtCommunityProject(
project = "scala-collection-compat",
sbtTestCommand = "compat30/test",
sbtPublishCommand = "compat30/publishLocal",
sbtTestCommand = "compat3/test",
sbtPublishCommand = "compat3/publishLocal",
)

lazy val scalaJava8Compat = SbtCommunityProject(
Expand Down

0 comments on commit 2649bd0

Please sign in to comment.