From 8ffe9a571eb00e1de6e2f54b068c78510ad1f394 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Tue, 6 Aug 2024 22:05:01 +0200 Subject: [PATCH] Update zio to 2.1.7 (#421) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 3da90885..d15cd174 100644 --- a/build.sc +++ b/build.sc @@ -12,7 +12,7 @@ object library { val cats = "2.12.0" val catsEffect = "2.5.5" val catsEffect3 = "3.5.4" - val zio = "2.1.6" + val zio = "2.1.7" val zhttp = "2.0.0-RC10" val zioInteropCats = "23.1.0.2" val sttp = "3.9.7"