Skip to content

Commit

Permalink
Upgrade to ZIO 2.0.0-RC2 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto authored Jan 31, 2022
1 parent 6c1165f commit a90e852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-RC1"
val zioVersion = "2.0.0-RC2"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.5.7
sbt.version = 1.6.1

0 comments on commit a90e852

Please sign in to comment.