From f0d4a43ab26e876a75f7cf918c21d352866bff34 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Aug 2024 21:49:33 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8afc9e9..0cd776f5 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.8" lazy val zioJsonRoot = project .in(file("."))