From d37fbab10e9a28b7ec54f1539c9873ee20601941 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 2 Oct 2023 03:09:43 +0000 Subject: [PATCH] Update cats-effect to 3.5.2 --- project/Common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Common.scala b/project/Common.scala index b366779c..02fcf6f5 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-RC16" val zioPreludeVersion = "1.0.0-RC19" - val catsEffectVersion = "3.5.1" + val catsEffectVersion = "3.5.2" val awsVersion = "2.20.149" val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)