From 6c64ed9d5964bd08ba79f20ea6b6dc19a875b7af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Jun 2024 01:01:39 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebd7b781..637f6789 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.4" val zioSchemaVersion = "1.1.1" val testcontainersVersion = "1.18.3" val testcontainersScalaVersion = "0.41.3"