diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 54cce79..3eef1da 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,5 +5,5 @@ object Dependencies { val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.3" val random = "com.evolution" %% "random" % "1.0.4" - val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.11" + val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.5.4" }