From 4a4c5108e1766cf5043580ed1743241ede54b363 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 17:21:12 +0000 Subject: [PATCH] Update cats-effect to 3.6.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbf146e..af13919 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,5 +5,5 @@ object Dependencies { val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.3" val random = "com.evolution" %% "random" % "1.0.4" - val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.11" + val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.6.1" }