Skip to content

Commit

Permalink
Update scala-collection-compat to 2.4.2 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: przemyslaw wierzbicki <[email protected]>
  • Loading branch information
scala-steward and pshemass authored Feb 26, 2021
1 parent 5ed51a7 commit 6c26879
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 @@ -63,7 +63,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % ZioVersion,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.4.1",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.4.2",
"dev.zio" %%% "zio-test" % ZioVersion % Test,
"dev.zio" %%% "zio-test-sbt" % ZioVersion % Test
),
Expand Down

0 comments on commit 6c26879

Please sign in to comment.