Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zio, zio-test, zio-test-magnolia, ... to 2.0.18 in main #131

Merged
merged 4 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading