From 0694ccb27f09007332b00db93436744e4d63fd94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 17:04:21 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2969b78..a005f93 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.6" + val effect = "3.5.7" } val circe = "0.14.10"