From 9bb84922c4018321e759c8caedef88c74e86e81c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 30 Jul 2022 20:20:16 +0200 Subject: [PATCH] Update scala-collection-compat to 2.8.1 (#398) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 90eee3c9c..12f88b7f8 100644 --- a/build.sbt +++ b/build.sbt @@ -99,7 +99,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.7.0", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1", "org.scala-lang.modules" %% "scala-xml" % "2.1.0", // depending on that one so that it doesn't get shaded "org.scala-sbt" %% "librarymanagement-ivy" % { if (scalaBinaryVersion.value == "2.12") lmVersion