Skip to content

Commit

Permalink
Merge pull request #38 from scala-steward/update/scala-collection-com…
Browse files Browse the repository at this point in the history
…pat-2.11.0

Update scala-collection-compat to 2.11.0
  • Loading branch information
Alexey-Yuferov committed Sep 25, 2023
2 parents ab392b1 + e93974b commit b85a77a
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 b85a77a

Please sign in to comment.