From 06ed5b90e62d726e74ae9cf97661461745c3d1df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 14:08:53 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3747336..7e348fe 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val cli = (project in file("cli")) libraryDependencies ++= Seq( "com.monovore" %% "decline" % "2.4.1", "com.monovore" %% "decline-refined" % "2.4.1", - "org.typelevel" %% "cats-effect" % "3.5.5", + "org.typelevel" %% "cats-effect" % "3.5.7", "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.10.1", "org.http4s" %% "http4s-blaze-client" % "0.23.16" )