Skip to content

Commit

Permalink
Update zio-prelude to 1.0.0-RC15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 10, 2022
1 parent 0e1a769 commit 6d9fe52
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 @@ -125,7 +125,7 @@ lazy val proxZStream2 = Project("prox-zstream-2", file("prox-zstream-2")).settin
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zio2Version,
"dev.zio" %% "zio-streams" % zio2Version,
"dev.zio" %% "zio-prelude" % "1.0.0-RC14",
"dev.zio" %% "zio-prelude" % "1.0.0-RC15",

"dev.zio" %% "zio-test" % zio2Version % "test",
"dev.zio" %% "zio-test-sbt" % zio2Version % "test",
Expand Down

0 comments on commit 6d9fe52

Please sign in to comment.