From 5b88b0ab866712b01c95ceecc0e4921031cf733d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 14:04:15 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.0.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ebeeed..bf15169 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val zioVersion = "2.0.19" +lazy val zioVersion = "2.0.21" lazy val scribeVersion = "3.12.2" lazy val gitCommitString = SettingKey[String]("gitCommit")