From 3edd0070c1d157ff598ae5e3ea7a2145630af7c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Feb 2022 15:38:36 +0100 Subject: [PATCH] Update cats-helper to 3.0.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ba0f116..d6acf65 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { val scalatest = "org.scalatest" %% "scalatest" % "3.2.9" - val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.0.1" + val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.0.2" val random = "com.evolutiongaming" %% "random" % "1.0.0" val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.3.4" } \ No newline at end of file