File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ object Versions:
46
46
val munit = " 0.7.19+DOTTY-SNAPSHOT"
47
47
val scodecBits = " 1.1+DOTTY-SNAPSHOT"
48
48
val simulacrumScalafix = " 0.5.1-SNAPSHOT"
49
+ val scalaCollectionCompat = " 2.3.0+DOTTY-SNAPSHOT"
49
50
50
51
sealed trait CommunityProject :
51
52
private var published = false
@@ -157,6 +158,7 @@ final case class SbtCommunityProject(
157
158
s """ "org.typelevel" %% "coop" % " ${Versions .coop}" """ ,
158
159
s """ "org.typelevel" %% "coop_sjs1" % " ${Versions .coop}" """ ,
159
160
s """ "dev.zio" %% "izumi-reflect" % " ${Versions .izumiReflect}" """ ,
161
+ s """ "org.scala-lang.modules" %% "scala-collection-compat" % " ${Versions .scalaCollectionCompat}" """ ,
160
162
)
161
163
162
164
private val baseCommand =
@@ -506,6 +508,7 @@ object projects:
506
508
lazy val scalaCollectionCompat = SbtCommunityProject (
507
509
project = " scala-collection-compat" ,
508
510
sbtTestCommand = " compat30/test" ,
511
+ sbtPublishCommand = s """ set every version := " ${Versions .scalaCollectionCompat}"; compat30/publishLocal """ ,
509
512
)
510
513
511
514
lazy val verify = SbtCommunityProject (
You can’t perform that action at this time.
0 commit comments