From 2434ad13997cbb19b31184f15d21a66291d962f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 16:42:32 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0763e7a..efa3d1c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val kamon = "2.5.11" val kamonAgent = "1.0.18" val chess = "16.3.3" - val catsEffect = "3.5.5" + val catsEffect = "3.5.6" } def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s