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 2022/10/02 00:18:49 UTC

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

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

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

commit 353378b11813d866999c3d802fe19fdb1189fc05
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sun Oct 2 00:18:43 2022 +0000

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

diff --git a/build.sbt b/build.sbt
index 23c1fdc..4a686d8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -80,7 +80,7 @@ lazy val core = project
       "ch.qos.logback" % "logback-classic" % "1.2.11",
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.38.0",
       "co.fs2" %% "fs2-io" % "3.2.10",
-      "com.monovore" %% "decline-effect" % "2.3.0",
+      "com.monovore" %% "decline-effect" % "2.3.1",
       "org.typelevel" %% "log4cats-slf4j" % "2.4.0"
     ),
     buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, "daffodilVersion" -> daffodilVer),