From 3cc7c8725a6269e7b0b42f4aaaec2791ea1998f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 04:10:33 +0000 Subject: [PATCH] Update dependency com.monovore:decline-effect to v2.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8ffee4..570268e 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ excludeDependencies ++= Seq( libraryDependencies ++= Seq( "org.latestbit" %% "circe-tagged-adt-codec" % "0.10.1", "co.fs2" %% "fs2-io" % "3.2.12", - "com.monovore" %% "decline-effect" % "2.3.0", + "com.monovore" %% "decline-effect" % "2.6.0", "io.circe" %% "circe-core" % "0.15.0-M1", "is.cir" %% "ciris" % "2.3.3", "lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.0.1",