From 1965f20c88ad03f72e2f0473f24dc3799d5dcc97 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Oct 2025 15:42:30 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 594a98d..80cd89f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val zioVersion = "2.1.18" +lazy val zioVersion = "2.1.22" lazy val scribeVersion = "3.15.3" lazy val gitCommitString = SettingKey[String]("gitCommit")