Skip to content

Commit

Permalink
ZIO 2.0.0-RC5 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Apr 9, 2022
1 parent b20b26e commit 8e94275
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 @@ -44,7 +44,7 @@ usefulTasks := Seq(
UsefulTask("", "testOnly *.YourSpec -- -t \"YourLabel\"", "Only runs tests with matching term")
)

val zioVersion = "2.0.0-RC4"
val zioVersion = "2.0.0-RC5"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
Expand Down

0 comments on commit 8e94275

Please sign in to comment.