Skip to content

Commit

Permalink
build: zio dependency updates (#1328)
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperledger Bot <[email protected]>
Co-authored-by: Hyperledger Bot <[email protected]>
Co-authored-by: patlo-iog <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent c1989bd commit 52f361f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ lazy val V = new {
val munitZio = "0.2.0"

// https://mvnrepository.com/artifact/dev.zio/zio
val zio = "2.1.1"
val zio = "2.1.9"
val zioConfig = "4.0.2"
val zioLogging = "2.2.4"
val zioJson = "0.6.2"
val zioHttp = "3.0.0-RC7"
val zioLogging = "2.3.1"
val zioJson = "0.7.3"
val zioHttp = "3.0.0-RC10"
val zioCatsInterop = "3.3.0" // TODO "23.1.0.2" // https://mvnrepository.com/artifact/dev.zio/zio-interop-cats
val zioMetricsConnector = "2.3.1"
val zioMock = "1.0.0-RC12"
Expand Down Expand Up @@ -79,7 +79,7 @@ lazy val V = new {
val scalaUri = "4.0.3"

val jwtCirceVersion = "9.4.6"
val zioPreludeVersion = "1.0.0-RC26"
val zioPreludeVersion = "1.0.0-RC31"

val apollo = "1.3.5"

Expand Down

0 comments on commit 52f361f

Please sign in to comment.