From 8173544d9c2769efc21c61346b7c83da51661783 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:11:00 +0000 Subject: [PATCH] Update cats-effect 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 0b5922e..fcc777e 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -7,7 +7,7 @@ object Settings { object LibraryVersions { val cats = "2.8.0" - val catsEffect = "3.3.14" + val catsEffect = "3.5.5" val crystal = "0.30.0" val fs2 = "3.2.11" val log4Cats = "2.4.0"