From 45fe51ac33f9231f9e5f13d5b6a6714216cd4fe0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Apr 2023 14:51:13 +0000 Subject: [PATCH] Update cats-effect to 3.4.10 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index db322a2..3aac640 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,5 +5,5 @@ object Dependencies { val scalatest = "org.scalatest" %% "scalatest" % "3.2.9" val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.0.1" val random = "com.evolutiongaming" %% "random" % "1.0.0" - val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.8" + val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.10" }