We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d0bb7 commit fa85d85Copy full SHA for fa85d85
build.mill
@@ -28,7 +28,7 @@ object Deps {
28
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
29
val utest = ivy"com.lihaoyi::utest::0.8.4"
30
val expecty = ivy"com.eed3si9n.expecty::expecty::0.16.0"
31
- val collectionCompact = ivy"org.scala-lang.modules::scala-collection-compat:2.9.0"
+ val collectionCompact = ivy"org.scala-lang.modules::scala-collection-compat:2.12.0"
32
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:$scalaVersion"
33
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
34
}
0 commit comments