From 68d9632fa8fe96ec4212141463cb6fbdaae3c80d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 21 Jul 2025 15:14:29 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 594a98d..addd644 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val zioVersion = "2.1.18" +lazy val zioVersion = "2.1.20" lazy val scribeVersion = "3.15.3" lazy val gitCommitString = SettingKey[String]("gitCommit")