Skip to content

Commit

Permalink
Update scala-collection-compat to 2.4.0 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 27, 2021
1 parent bc6f347 commit d95f048
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 @@ -50,7 +50,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % ZioVersion,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.3.2",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.4.0",
"dev.zio" %%% "zio-test" % ZioVersion % Test,
"dev.zio" %%% "zio-test-sbt" % ZioVersion % Test
),
Expand Down

0 comments on commit d95f048

Please sign in to comment.