Skip to content

Commit

Permalink
Update zio-prelude to 1.0.0-RC34
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 14, 2024
1 parent 1c49dbb commit b11c2d0
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 @@ -117,7 +117,7 @@ lazy val proxZStream2 = Project("prox-zstream-2", file("prox-zstream-2"))
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zio2Version,
"dev.zio" %% "zio-streams" % zio2Version,
"dev.zio" %% "zio-prelude" % "1.0.0-RC28",
"dev.zio" %% "zio-prelude" % "1.0.0-RC34",
"dev.zio" %% "zio-test" % zio2Version % "test",
"dev.zio" %% "zio-test-sbt" % zio2Version % "test"
),
Expand Down

0 comments on commit b11c2d0

Please sign in to comment.