From 22e7f2af2678cc1bbea94047ae9b40ce09174f64 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Mar 2025 06:04:12 +0000 Subject: [PATCH] Update cats-effect to 3.6.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index e24d7ef9..8ddc5826 100644 --- a/build.sc +++ b/build.sc @@ -12,7 +12,7 @@ object library { val cats = "2.13.0" val catsEffect = "2.5.5" val zio = "2.1.16" - val catsEffect3 = "3.5.7" + val catsEffect3 = "3.6.0" val zhttp = "2.0.0-RC10" val zioInteropCats = "23.1.0.4" val sttp = "3.10.3"