From 273038f30fb6864476f4bfab5718b0f91be8ad87 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:04:51 +0100 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.0.21 (#1237) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20c2e4079..de1ac6ccc 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ addCommandAlias( ";coreTestsNative/test;experimentalTestsNative/test" // `test` currently executes only compilation, see `nativeSettings` in `BuildHelper` ) -val zioVersion = "2.0.19" +val zioVersion = "2.0.21" val projectsCommon = List( core,