From 9cc566cfa89f6311168b6ccf6ba1b02ebd456211 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 13:54:45 +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 50d22b8..96f4a86 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { - val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.7.0" + val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0" val scalatest = "org.scalatest" %% "scalatest" % "3.2.16" object Cats {