Skip to content

Commit

Permalink
Merge pull request #118 from DamianReeves/zio2-final
Browse files Browse the repository at this point in the history
Upgrade to ZIO 2 final
  • Loading branch information
adamgfraser authored Jul 12, 2022
2 parents 635a5e8 + 6570f0a commit 084b47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ inThisBuild(
)
)

val zioVersion = "2.0.0-RC6"
val zioJsonVersion = "0.3.0-RC8"
val zioVersion = "2.0.0"
val zioJsonVersion = "0.3.0-RC10"
val awsLambdaJavaTests = "1.1.1"

lazy val root =
Expand Down

0 comments on commit 084b47e

Please sign in to comment.