From a575e5ce6028e21420358a3947165d6ce2151a83 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 22 Jan 2024 03:10:40 +0000 Subject: [PATCH] Update cats-effect to 3.5.3 --- project/Common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Common.scala b/project/Common.scala index c6eef8b0..c9dbfd77 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -17,7 +17,7 @@ object Common extends AutoPlugin { val zioReactiveStreamsInteropVersion = "2.0.2" val zioConfigVersion = "4.0.0" val zioPreludeVersion = "1.0.0-RC21" - val catsEffectVersion = "3.5.2" + val catsEffectVersion = "3.5.3" val awsVersion = "2.21.15" val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)