From 49b28beac24e4eafea89ac41ac50a41d305f3fa7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:24:54 +0200 Subject: [PATCH] Update scala-collection-compat to 2.12.0 (#836) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3203c986..2e320e2d 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided", "org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided", "org.scala-lang.modules" %% "scala-xml" % "2.2.0" excludeAll ExclusionRule(organization = "org.scala-lang"), - "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" excludeAll ExclusionRule(organization = + "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" excludeAll ExclusionRule(organization = "org.scala-lang" ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",