Skip to content

Commit

Permalink
Update scala-collection-compat to 2.8.1 (zio#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 8, 2022
1 parent 3cd4dff commit a7cd445
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 @@ -80,7 +80,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % zioVersion,
"dev.zio" %%% "zio-streams" % zioVersion,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1",
"dev.zio" %%% "zio-test" % zioVersion % "test",
"dev.zio" %%% "zio-test-sbt" % zioVersion % "test",
"io.circe" %%% "circe-core" % circeVersion % "test",
Expand Down

0 comments on commit a7cd445

Please sign in to comment.