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
guizmaii committed Aug 7, 2024
1 parent 21f7dc5 commit ca3e8ff
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 @@ -62,7 +62,7 @@ lazy val `zio-uuid` =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % zioVersion.value,
"dev.zio" %% "zio-prelude" % "1.0.0-RC27",
"dev.zio" %% "zio-prelude" % "1.0.0-RC28",
"dev.zio" %%% "zio-json" % "0.7.1" % Optional,
"dev.zio" %%% "zio-test" % zioVersion.value % Test,
"org.scalameta" %%% "munit" % "0.7.29" % Test,
Expand Down

0 comments on commit ca3e8ff

Please sign in to comment.