From c0ecc49b6a616f2b50622e9549a375e804705158 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Wed, 22 Jan 2025 16:05:07 +0100 Subject: [PATCH] Update cats-effect to 3.5.7 (#450) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 880a3731..54cc21f3 100644 --- a/build.sc +++ b/build.sc @@ -11,7 +11,7 @@ object library { val circeGenericExtras = "0.14.4" val cats = "2.12.0" val catsEffect = "2.5.5" - val catsEffect3 = "3.5.5" + val catsEffect3 = "3.5.7" val zio = "2.1.11" val zhttp = "2.0.0-RC10" val zioInteropCats = "23.1.0.3"