From a938a6e17b7ee4ef2ccf27422fc364508a729566 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:52:34 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.6 (#41) Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f21110..7fb6c4f 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val kittensVersion = "3.4.0" val catsParseVersion = "1.0.0" -val catsEffectVersion = "3.5.5" +val catsEffectVersion = "3.5.6" val fs2Version = "3.11.0"