File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ object Versions:
4646 val munit = " 0.7.19+DOTTY-SNAPSHOT"
4747 val scodecBits = " 1.1+DOTTY-SNAPSHOT"
4848 val simulacrumScalafix = " 0.5.1-SNAPSHOT"
49+ val scalaCollectionCompat = " 2.3.0+DOTTY-SNAPSHOT"
4950
5051sealed trait CommunityProject :
5152 private var published = false
@@ -157,6 +158,7 @@ final case class SbtCommunityProject(
157158 s """ "org.typelevel" %% "coop" % " ${Versions .coop}" """ ,
158159 s """ "org.typelevel" %% "coop_sjs1" % " ${Versions .coop}" """ ,
159160 s """ "dev.zio" %% "izumi-reflect" % " ${Versions .izumiReflect}" """ ,
161+ s """ "org.scala-lang.modules" %% "scala-collection-compat" % " ${Versions .scalaCollectionCompat}" """ ,
160162 )
161163
162164 private val baseCommand =
@@ -506,6 +508,7 @@ object projects:
506508 lazy val scalaCollectionCompat = SbtCommunityProject (
507509 project = " scala-collection-compat" ,
508510 sbtTestCommand = " compat30/test" ,
511+ sbtPublishCommand = s """ set every version := " ${Versions .scalaCollectionCompat}"; compat30/publishLocal """ ,
509512 )
510513
511514 lazy val verify = SbtCommunityProject (
You can’t perform that action at this time.
0 commit comments