From 26a6d1aa8e8c9dcc99a81a87f42453f79d6492e6 Mon Sep 17 00:00:00 2001 From: "scala-steward[bot]" <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:10:15 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- project/LibraryDependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index e100c5f5..20228d5e 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -45,7 +45,7 @@ object LibraryDependencies { object Cats { val catsVersion = "2.12.0" - val catsEffectVersion = "3.5.4" + val catsEffectVersion = "3.5.5" val core = Def.setting("org.typelevel" %%% "cats-core" % catsVersion) val effect = Def.setting("org.typelevel" %%% "cats-effect" % catsEffectVersion)