From 8d6bbaac9d0e14f77f15f93b300c8b2e93d18f13 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Dec 2022 12:38:54 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ba5e23b56..bd7a0057c 100644 --- a/build.sbt +++ b/build.sbt @@ -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.4" +val zioVersion = "2.0.5" val zioSchemaVersion = "0.3.1" val testcontainersVersion = "1.17.6" val testcontainersScalaVersion = "0.40.11"