diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbf146e..18ece9a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" - val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.3" + val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.5" val random = "com.evolution" %% "random" % "1.0.4" val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.11" }