Skip to content

Commit

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

Update scala-collection-compat to 2.10.0
  • Loading branch information
satabin authored Apr 28, 2023
2 parents bc13920 + cc8dc92 commit edb9115
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 @@ -45,7 +45,7 @@ val commonSettings = List(
versionScheme := Some("early-semver"),
libraryDependencies ++= List(
"co.fs2" %%% "fs2-core" % fs2Version,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.9.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.10.0",
"io.circe" %%% "circe-parser" % circeVersion % "test",
"io.circe" %%% "circe-jawn" % circeVersion % "test",
"io.circe" %%% "circe-generic" % circeVersion % "test",
Expand Down

0 comments on commit edb9115

Please sign in to comment.