From a941e6919c12b67a08fca1b76bb3c4a89787288c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:10:39 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d..7066f7e 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -2,6 +2,6 @@ object Versions { val scala3 = "3.3.3" val scala213 = "2.13.12" val http4sVersion = "0.23.27" - val catsEffectVersion = "3.5.4" + val catsEffectVersion = "3.5.5" val munitCEVersion = "2.0.0-RC1" }