Skip to content

Commit

Permalink
Update scala-collection-compat to 2.11.0 (#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 17, 2023
1 parent 0582daf commit 06bf184
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 @@ -784,7 +784,7 @@ lazy val basicSettings = excludeFilterSettings ++ Seq(
)
else Seq()
} ++ {
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0")
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0")
},
Test / unmanagedClasspath ++= Seq(
baseDirectory.value / "src" / "test" / "resources"
Expand Down

0 comments on commit 06bf184

Please sign in to comment.