Skip to content

Commit

Permalink
Update scala-collection-compat to 2.5.0 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 4, 2021
1 parent 15d015f commit 0980515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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.4.4" excludeAll ExclusionRule(organization =
"org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0" excludeAll ExclusionRule(organization =
"org.scala-lang"
),
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
Expand Down

0 comments on commit 0980515

Please sign in to comment.