From d21d972d24c4ec898037fed67e7dd2cddb663b78 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:34:45 +0100 Subject: [PATCH] Update cats-effect to 3.5.6 (#3221) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 41e883291..df9da70b2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val AkkaHttpVersion = "10.2.10" val AkkaVersion = "2.6.21" val CatsEffect2Version = "2.5.5" - val CatsEffectVersion = "3.5.5" + val CatsEffectVersion = "3.5.6" val CirceVersion = "0.14.10" val CommonsIoVersion = "2.17.0" val ElasticsearchVersion = "8.16.0"