From 5f8b7ebd6621c58246f1b61a4bfce688476e8e2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 Dec 2025 15:12:58 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 62092bf..89ea7ab 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val zioVersion = "2.1.22" +lazy val zioVersion = "2.1.24" lazy val scribeVersion = "3.17.0" lazy val gitCommitString = SettingKey[String]("gitCommit")