From e7e81205cbb547529dc39bbc38cb534b9a787aec Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:30:15 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab4f5003..6f7c8c1b 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ inThisBuild( addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") -val zioVersion = "2.1.25" +val zioVersion = "2.1.26" val zioJsonVersion = "0.9.2" val scalaJavaTimeVersion = "2.6.0"