From 2ca090a246bc8e9cee19eda8cf2c30465c483435 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:20:19 +0100 Subject: [PATCH] Update cats-effect to 2.5.5 (#666) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr ParadziƄski --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40730e1..80e8220 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ libraryDependencies ++= Seq( "org.typelevel" %% "alleycats-core" % catsVersion, "org.typelevel" %% "cats-mtl" % catsMtlVersion, "org.typelevel" %% "cats-mtl-laws" % catsMtlVersion, - "org.typelevel" %% "cats-effect" % "2.5.4", + "org.typelevel" %% "cats-effect" % "2.5.5", "io.monix" %% "monix" % "3.4.1",