From 09afdac8faff5dc4f4b0a266f92a6d58273cdef3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 23:32:46 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebd7b781..53e20746 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.9" val zioSchemaVersion = "1.1.1" val testcontainersVersion = "1.18.3" val testcontainersScalaVersion = "0.41.3"