You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2023/04/01 00:23:41 UTC

[daffodil-vscode] branch update/decline-effect-2.4.1 created (now 87b01db)

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

github-bot pushed a change to branch update/decline-effect-2.4.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


      at 87b01db  Update decline-effect to 2.4.1

This branch includes the following new commits:

     new 87b01db  Update decline-effect to 2.4.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[daffodil-vscode] 01/01: Update decline-effect to 2.4.1

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/decline-effect-2.4.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit 87b01dbbc8e2ef316f8b4e47b0fdf6b1caaaf01b
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 81aa9dc..673ebd6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -97,7 +97,7 @@ lazy val core = project
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.34.0",
       // scala-steward:on
       "co.fs2" %% "fs2-io" % "3.2.14",
-      "com.monovore" %% "decline-effect" % "2.3.1",
+      "com.monovore" %% "decline-effect" % "2.4.1",
       "org.typelevel" %% "log4cats-slf4j" % "2.5.0",
       "org.scalameta" %% "munit" % "0.7.29" % Test
     ),