From d89845146a539422a1d38ce2db7e02dfa8c3c194 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Feb 2021 17:56:34 +0100 Subject: [PATCH] Update scala-collection-compat to 2.4.1 (#312) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 160824532..18556b295 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,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.3.2", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1", "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" % { if (scalaBinaryVersion.value == "2.12") lmVersion