From 4042fd888b5ffbfd8ca7da74680c008beaf565eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 23:26:48 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8afc9e9..7a110e30 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ addCommandAlias( "zioJsonNative/test; zioJsonInteropScalaz7xNative/test" ) -val zioVersion = "2.1.7" +val zioVersion = "2.1.9" lazy val zioJsonRoot = project .in(file("."))