Skip to content

Commit

Permalink
Merge pull request #943 from scala-steward/update/zio-2.0.21
Browse files Browse the repository at this point in the history
Update zio, zio-streams, zio-test, ... to 2.0.21
  • Loading branch information
jczuchnowski committed Mar 30, 2024
2 parents fa52759 + 3f390b9 commit e77bcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addCommandAlias("fmtOnce", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("fmt", "fmtOnce;fmtOnce")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")

val zioVersion = "2.0.15"
val zioVersion = "2.0.21"
val zioSchemaVersion = "0.4.13"
val testcontainersVersion = "1.18.3"
val testcontainersScalaVersion = "0.41.3"
Expand Down

0 comments on commit e77bcd3

Please sign in to comment.