You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ar...@apache.org on 2023/09/27 22:29:44 UTC

[daffodil-vscode] branch main updated: Update decline-effect to 2.4.1

This is an automated email from the ASF dual-hosted git repository.

arosien 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 f1ddbcb  Update decline-effect to 2.4.1
f1ddbcb is described below

commit f1ddbcbd133806789306c912da0bb3d60c0340c9
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Apr 1 00:23:35 2023 +0000

    Update decline-effect to 2.4.1
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 8bcf8ac..2e09ca7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -99,7 +99,7 @@ lazy val debugger = project
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.34.0",
       // scala-steward:on
       "co.fs2" %% "fs2-io" % "3.9.1",
-      "com.monovore" %% "decline-effect" % "2.3.1",
+      "com.monovore" %% "decline-effect" % "2.4.1",
       "org.typelevel" %% "log4cats-slf4j" % "2.6.0",
       "org.scalameta" %% "munit" % "0.7.29" % Test
     ),