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:
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
@@ -158,6 +159,7 @@ final case class SbtCommunityProject(
158
159
s """ "org.typelevel" %% "coop" % " ${Versions .coop}" """ ,
159
160
s """ "org.typelevel" %% "coop_sjs1" % " ${Versions .coop}" """ ,
160
161
s """ "dev.zio" %% "izumi-reflect" % " ${Versions .izumiReflect}" """ ,
162
+ s """ "org.scala-lang.modules" %% "scala-collection-compat" % " ${Versions .scalaCollectionCompat}" """ ,
161
163
)
162
164
163
165
private val baseCommand =
@@ -507,6 +509,7 @@ object projects:
507
509
lazy val scalaCollectionCompat = SbtCommunityProject (
508
510
project = " scala-collection-compat" ,
509
511
sbtTestCommand = " compat30/test" ,
512
+ sbtPublishCommand = s """ set every version := " ${Versions .scalaCollectionCompat}"; compat30/publishLocal """ ,
510
513
)
511
514
512
515
lazy val verify = SbtCommunityProject (
You can’t perform that action at this time.
0 commit comments