diff --git a/build.sbt b/build.sbt index 524531d1..8bd89911 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-xml" % "1.3.0" excludeAll ( ExclusionRule(organization = "org.scala-lang") ), - "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.5" excludeAll ( + "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6" excludeAll ( ExclusionRule(organization = "org.scala-lang") ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",