From a4db7a30d64780e3cc6daee3afbf444f70c4642f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 May 2024 21:54:29 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebd7b781..c74f1e02 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.22" +val zioVersion = "2.1.1" val zioSchemaVersion = "1.1.1" val testcontainersVersion = "1.18.3" val testcontainersScalaVersion = "0.41.3"