Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-magnolia, ... to 2.0.22 in main (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
atala-dev authored and mineme0110 committed Apr 30, 2024
1 parent 568f217 commit 7ca30a7
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.21"
val zio = "2.0.22"
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.21"
val zioTestSbt = "2.0.21"
val zioTestMagnolia = "2.0.21"
val zioTest = "2.0.22"
val zioTestSbt = "2.0.22"
val zioTestMagnolia = "2.0.22"

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

0 comments on commit 7ca30a7

Please sign in to comment.