From 9a7f1bbd6f42d7f18083a6afef8da48ed49f918d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 23 Nov 2020 10:20:38 +0100 Subject: [PATCH] Update scala-collection-compat to 2.3.0 (#296) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d92ccaee2..06c4ea4ac 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val `lm-coursier-shaded` = project libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion0, "io.github.alexarchambault" %% "data-class" % "0.2.5" % Provided, - "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.3.0", "org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded "org.scala-sbt" %% "librarymanagement-ivy" % "1.3.4", "org.scalatest" %% "scalatest" % "3.2.3" % Test