Skip to content

Commit

Permalink
Merge pull request #510 from scala-steward/update/zio-prelude-1.0.0-RC23
Browse files Browse the repository at this point in the history
Update zio-prelude to 1.0.0-RC23
  • Loading branch information
vigoo authored Apr 24, 2024
2 parents e2991bb + ff4b214 commit c86aa94
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-RC21",
"dev.zio" %% "zio-prelude" % "1.0.0-RC23",
"dev.zio" %% "zio-test" % zio2Version % "test",
"dev.zio" %% "zio-test-sbt" % zio2Version % "test"
),
Expand Down

0 comments on commit c86aa94

Please sign in to comment.