From cfdda2a5e86a5e0279a72414cd4d0d7a0f40c394 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 16:09:02 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index feaa233..2969b78 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val Versions = new { val cats = new { val core = "2.12.0" - val effect = "3.5.5" + val effect = "3.5.6" } val circe = "0.14.10"