Skip to content

Commit

Permalink
Update scala-collection-compat to 2.12.0 (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 28, 2024
1 parent 143cf9d commit f35876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -144,7 +144,7 @@ lazy val zioConfig = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"dev.zio" %% "zio-test" % zioVersion % Test
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
Expand Down

0 comments on commit f35876f

Please sign in to comment.