Skip to content

Commit

Permalink
Update scala-collection-compat to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 16, 2023
1 parent 4cf800b commit e93974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -41,7 +41,7 @@ lazy val root = (project in file("."))
Seq.empty

case v if v.startsWith("2.12") =>
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0")
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0")

case other =>
sys.error(s"Unsupported scala version: $other")
Expand Down

0 comments on commit e93974b

Please sign in to comment.