Skip to content

Commit

Permalink
Merge pull request #525 from scala-steward/update/scala-collection-co…
Browse files Browse the repository at this point in the history
…mpat-2.12.0

Update scala-collection-compat to 2.12.0
  • Loading branch information
vigoo authored Apr 24, 2024
2 parents c64eb40 + d8b5409 commit fcaf4ef
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 @@ -39,7 +39,7 @@ def commonSettings(jdk: Int) = Seq(
)
}),
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
),
Test / compile / coverageEnabled := true,
Compile / compile / coverageEnabled := false,
Expand Down

0 comments on commit fcaf4ef

Please sign in to comment.