From 9421e4d1c3e05c96c60aa086140fa3385a691d36 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Sun, 25 Aug 2024 09:51:48 +0200 Subject: [PATCH] Update zio to 2.1.8 (#427) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index af1c77ea..2ea4758b 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.7" + val zio = "2.1.8" val zhttp = "2.0.0-RC10" val zioInteropCats = "23.1.0.3" val sttp = "3.9.8"