From 276986ae7d998dad87cfc9cba157afd1fc993934 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 18:07:06 +0000 Subject: [PATCH] Update cats-effect to 3.6.1 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 16ce357..5a218bf 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -8,7 +8,7 @@ object Deps { val cats = new { val core = s("org.typelevel" %%% "cats-core" % "2.13.0") - val effect = s("org.typelevel" %%% "cats-effect" % "3.5.7") + val effect = s("org.typelevel" %%% "cats-effect" % "3.6.1") val alley = s("org.typelevel" %%% "alleycats-core" % "2.13.0") }