From 8c534f5a1b3459c98bf991f1b08948d2a4579874 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Mar 2026 15:41:58 +0000 Subject: [PATCH] Update decline-effect to 2.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac0e0fe1e..cf4272d20 100644 --- a/build.sbt +++ b/build.sbt @@ -206,7 +206,7 @@ lazy val debugger = "org.fusesource.jansi" % "jansi" % "1.18", // scala-steward:on "co.fs2" %% "fs2-io" % "3.12.2", - "com.monovore" %% "decline-effect" % "2.6.0", + "com.monovore" %% "decline-effect" % "2.6.1", "org.typelevel" %% "log4cats-slf4j" % "2.7.1", "org.scalameta" %% "munit" % "1.2.2" % Test ),