From dd6144f52aea21b0831a76dfd161f2b56239c635 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Wed, 22 Jan 2025 18:19:49 +0100 Subject: [PATCH] Update zio to 2.1.14 (#451) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index d029ecc3..f301a8b7 100644 --- a/build.sc +++ b/build.sc @@ -11,8 +11,8 @@ object library { val circeGenericExtras = "0.14.4" val cats = "2.12.0" val catsEffect = "2.5.5" + val zio = "2.1.14" val catsEffect3 = "3.5.7" - val zio = "2.1.11" val zhttp = "2.0.0-RC10" val zioInteropCats = "23.1.0.3" val sttp = "3.10.2"