From 59e1428a7ed41c713a7736cff352be3957cde964 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 13 Sep 2020 21:35:02 +0200 Subject: [PATCH] Update scala-collection-compat to 2.2.0 (#423) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index baaead03..35289ff2 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,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.6" excludeAll ( + "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0" excludeAll ( ExclusionRule(organization = "org.scala-lang") ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",