diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3effd46..e53c8ea 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { object Cats { private val version = "2.13.0" - private val effectVersion = "3.5.7" // do not update to 3.6.x until this fixed: https://github.com/typelevel/cats-effect/issues/4328 + private val effectVersion = "3.6.2" // do not update to 3.6.x until this fixed: https://github.com/typelevel/cats-effect/issues/4328 val core = "org.typelevel" %% "cats-core" % version val laws = "org.typelevel" %% "cats-laws" % version val effect = "org.typelevel" %% "cats-effect" % effectVersion