From 26dd781337f47fc2ee5a90cb3672cd437e7702a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 19:40:25 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6255750..feaa233 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.4" + val effect = "3.5.5" } val circe = "0.14.10"