From 01abb94dd7fcae163a8d3aebcf96f2fbb7d316a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 13:50:39 +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 0f8ed96..050acae 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.4", + "org.typelevel" %% "cats-effect" % "3.5.5", "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.10.0", "org.http4s" %% "http4s-blaze-client" % "0.23.16" )