From ce98e62a7f50b0793bc2bb7e6ece653c8293f7e8 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:09:30 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.5 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index d7fb7a9d..7aec49b7 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -6,7 +6,7 @@ object Settings { object LibraryVersions { val cats = "2.12.0" - val catsEffect = "3.5.4" + val catsEffect = "3.5.5" val discipline = "1.7.0" val disciplineMUnit = "2.0.0" val fs2 = "3.11.0"