From b86d9b5ac71d8f92210092015be1b270629e571c Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:20:09 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.3 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index faf53318..b9a6fb70 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -6,7 +6,7 @@ object Settings { object LibraryVersions { val cats = "2.10.0" - val catsEffect = "3.5.2" + val catsEffect = "3.5.3" val discipline = "1.5.1" val disciplineMUnit = "1.0.9" val fs2 = "3.9.3"