Skip to content

Commit

Permalink
Update zio, zio-test, zio-test-magnolia, ... to 2.0.18 in main (#131)
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 1187142 commit 0b48a8c
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 @@ -20,7 +20,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.15"
val zio = "2.0.18"
val zioJson = "0.6.2"
// val zioMunitTest = "0.1.1"
val zioHttp = "3.0.0-RC2"
Expand All @@ -33,9 +33,9 @@ lazy val V = new {
val mongo = "1.1.0-RC10"
val embedMongo = "4.7.2"
val munitZio = "0.1.1"
val zioTest = "2.0.15"
val zioTestSbt = "2.0.15"
val zioTestMagnolia = "2.0.15"
val zioTest = "2.0.18"
val zioTestSbt = "2.0.18"
val zioTestMagnolia = "2.0.18"

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

0 comments on commit 0b48a8c

Please sign in to comment.