From 6a331ec70e5689ec13ab1af55162f2362fa9cddc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:43:51 +0200 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.4 (#1124) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6d54a1978..0f3247739 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -50,7 +50,7 @@ object Dependencies { val avroVersion = "1.11.3" val avro4sVersion = "4.1.2" - val catsEffectVersion = "3.4.11" + val catsEffectVersion = "3.5.4" val `cats-effect-testing` = "1.5.0" val antlr4Version: String = "4.13.1"