From 942ec23e83073d92c08eab82a4c370db4abc3303 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 13:54:37 +0000 Subject: [PATCH] Update cats-helper to 3.11.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4282d04..ec3671d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val `akka-serialization` = "com.evolutiongaming" %% "akka-serialization" % "1.0.4" val nel = "com.evolutiongaming" %% "nel" % "1.3.4" val `metric-tools` = "com.evolutiongaming" %% "metric-tools" % "2.0.0" - val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0" + val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0" val scache = "com.evolution" %% "scache" % "5.1.0" val scalatest = "org.scalatest" %% "scalatest" % "3.2.3" val scalax = "com.github.t3hnar" %% "scalax" % "3.8.1"