Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-magnolia, ... to 2.1.3 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
atala-dev committed Jun 18, 2024
1 parent 6ad197d commit 66568ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy val V = new {
// // val scalajsLogging = "1.1.2-SNAPSHOT" //"1.1.2"

// // https://mvnrepository.com/artifact/dev.zio/zio
val zio = "2.0.22"
val zio = "2.1.3"
val zioJson = "0.6.2"
// val zioMunitTest = "0.1.1"
val zioHttp = "3.0.0-RC6"
Expand All @@ -31,9 +31,9 @@ lazy val V = new {
val mongo = "1.1.0-RC10"
val embedMongo = "4.12.6"
val munitZio = "0.1.1"
val zioTest = "2.0.22"
val zioTestSbt = "2.0.22"
val zioTestMagnolia = "2.0.22"
val zioTest = "2.1.3"
val zioTestSbt = "2.1.3"
val zioTestMagnolia = "2.1.3"

// For WEBAPP
val laminar = "16.0.0"
Expand Down

0 comments on commit 66568ae

Please sign in to comment.