From f6271b5563bfd21d61822dd48bf3bad51cbcfa7a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Oct 2024 00:17:56 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c9e40adc..7f2729ad 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ lazy val sharedSettings = Seq( } else Seq.empty // Seq("-explain") }, libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.4", + "org.typelevel" %% "cats-effect" % "3.5.5", "org.typelevel" %% "cats-mtl" % "1.3.1", "org.typelevel" %% "cats-core" % "2.12.0", "org.typelevel" %% "cats-free" % "2.12.0",