From 5c196a96a905ffd989a771ca7a4d242cd89a6dca Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Aug 2022 16:47:13 +0200 Subject: [PATCH] Update scala-collection-compat to 2.8.1 (#666) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b1e34dc9..548a79e5 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,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" % "1.3.0" excludeAll ExclusionRule(organization = "org.scala-lang"), - "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0" excludeAll ExclusionRule(organization = + "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" excludeAll ExclusionRule(organization = "org.scala-lang" ), "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",