diff --git a/build.sbt b/build.sbt index 97dbd22..aeb1487 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val commonSettings = Seq( "com.lihaoyi" %%% "utest" % "0.8.0" % "test" ), libraryDependencies += scalaVerDependent { - case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" + case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" }.value )