Skip to content

Commit

Permalink
Update scala-collection-compat to 2.2.0 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 13, 2020
1 parent 09dc254 commit 59e1428
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 @@ -105,7 +105,7 @@ libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "1.3.0" excludeAll (
ExclusionRule(organization = "org.scala-lang")
),
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6" excludeAll (
"org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0" excludeAll (
ExclusionRule(organization = "org.scala-lang")
),
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
Expand Down

0 comments on commit 59e1428

Please sign in to comment.