From 196716a2c7cea6a98f46c3bd6fd9c45e026398fa Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:48:17 +0000 Subject: [PATCH] Update decline-effect to 2.6.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 181a06b..cba4e69 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { "co.fs2" %% "fs2-io" % fs2Version, "co.fs2" %% "fs2-core" % fs2Version, "com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % "2.20.1", - "com.monovore" %% "decline-effect" % "2.5.0", + "com.monovore" %% "decline-effect" % "2.6.0", "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "circe" % sttpClientVersion, "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion,