Skip to content

Commit

Permalink
Update zio-prelude to 1.0.0-RC28
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 14, 2024
1 parent fbd112e commit 0431eb2
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 @@ -37,7 +37,7 @@ val zcaffeine = (project in file("."))
libraryDependencies ++= Seq(
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.2",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-prelude" % "1.0.0-RC15",
"dev.zio" %% "zio-prelude" % "1.0.0-RC28",
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
// Testing
"dev.zio" %% "zio-test" % zioVersion % "test",
Expand Down

0 comments on commit 0431eb2

Please sign in to comment.