From 4a892cc275af748555036639aabef83d9aad37cd Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:42:57 +0100 Subject: [PATCH] Update cats-effect to 3.5.4 (#3020) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3a029cf0a..b73498180 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val AkkaHttpVersion = "10.2.10" val AkkaVersion = "2.6.20" val CatsEffect2Version = "2.5.5" - val CatsEffectVersion = "3.5.3" + val CatsEffectVersion = "3.5.4" val CatsVersion = "2.0.0" val CirceVersion = "0.14.6" val CommonsIoVersion = "2.15.1"