Skip to content

Commit

Permalink
Update scala-collection-compat to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 27, 2023
1 parent a58c502 commit cc8dc92
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 cc8dc92

Please sign in to comment.