From 820df48831d175559396b9b233d1a40fb90d1773 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 06:10:04 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 88f8bcb9..a1e29fb6 100644 --- a/build.sc +++ b/build.sc @@ -11,7 +11,7 @@ object library { val circeGenericExtras = "0.14.3" val cats = "2.10.0" val catsEffect = "2.5.5" - val catsEffect3 = "3.5.2" + val catsEffect3 = "3.5.3" val zio = "2.0.21" val zhttp = "2.0.0-RC10" val zioInteropCats = "23.1.0.0"