From 0b6487fd1d7eed28edb64a162ad7b337084162a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 15:06:39 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e187e6e..c1a4e01 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ inThisBuild( ) val catsVersion = "2.10.0" -val catsEffectVersion = "3.5.4" +val catsEffectVersion = "3.5.5" val catsMtlVersion = "1.4.0" val scalatestVersion = "3.2.18" val scalaTestPlusVersion = "3.2.18.0"