From 7778182c1eaf0a8fea336cde9308c7642caeb2f2 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:30:05 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 0b5922e..b3d39cd 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.4" val crystal = "0.30.0" val fs2 = "3.2.11" val log4Cats = "2.4.0"