From 65b8c142237c4e68f1e7dfab488278edc093190c Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:53:49 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e46855f5..9db3e7f8 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.24" +val zioVersion = "2.1.25" val zioJsonVersion = "0.9.0" val scalaJavaTimeVersion = "2.6.0"