Skip to content

Commit

Permalink
Bump up zio and zio-json version (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmsamson authored May 13, 2022
1 parent f5c1d1a commit 635a5e8
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-RC5"
val zioJsonVersion = "0.3.0-RC7"
val zioVersion = "2.0.0-RC6"
val zioJsonVersion = "0.3.0-RC8"
val awsLambdaJavaTests = "1.1.1"

lazy val root =
Expand Down

0 comments on commit 635a5e8

Please sign in to comment.