This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 4445750 Update decline-effect to 2.6.0
4445750 is described below
commit 4445750a0004ef2a5164a55507b7885eaf90b136
Author: Scala Steward <[email protected]>
AuthorDate: Sun Feb 8 15:33:48 2026 +0000
Update decline-effect to 2.6.0
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 9f83e89..ac0e0fe 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.5.0",
+ "com.monovore" %% "decline-effect" % "2.6.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
"org.scalameta" %% "munit" % "1.2.2" % Test
),