Skip to content

Commit fa85d85

Browse files
committed
Bump scala-collection-compat version to latest.
1 parent 72d0bb7 commit fa85d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Deps {
2828
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
2929
val utest = ivy"com.lihaoyi::utest::0.8.4"
3030
val expecty = ivy"com.eed3si9n.expecty::expecty::0.16.0"
31-
val collectionCompact = ivy"org.scala-lang.modules::scala-collection-compat:2.9.0"
31+
val collectionCompact = ivy"org.scala-lang.modules::scala-collection-compat:2.12.0"
3232
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:$scalaVersion"
3333
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
3434
}

0 commit comments

Comments
 (0)