From bd736642333c93b5e5b364eb2aba264accf465fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Nov 2024 02:50:37 +0000 Subject: [PATCH] Update cats-effect to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e58f01..4a79615 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val root = (project in file(".")) publish / skip := true, scalacOptions ++= Seq("-deprecation", "-Wunused:all"), libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.5", + "org.typelevel" %% "cats-effect" % "3.5.6", "org.http4s" %% "http4s-ember-client" % "0.23.26", "org.http4s" %% "http4s-circe" % "0.23.26", "io.circe" %% "circe-generic" % "0.14.10",