Skip to content

Commit

Permalink
Update zio-prelude to 1.0.0-RC22 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Apr 16, 2024
1 parent 8947052 commit 2550878
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 @@ -58,7 +58,7 @@ lazy val `zio-aes` =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion.value,
"dev.zio" %% "zio-prelude" % "1.0.0-RC21",
"dev.zio" %% "zio-prelude" % "1.0.0-RC22",
"dev.zio" %% "zio-test" % zioVersion.value % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion.value % Test,
),
Expand Down

0 comments on commit 2550878

Please sign in to comment.