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:12 UTC

[daffodil-vscode] 01/01: Update fs2-io to 3.6.1

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

github-bot pushed a commit to branch update/fs2-io-3.6.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

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

    Update fs2-io to 3.6.1
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 81aa9dc..1b3a03f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -96,7 +96,7 @@ lazy val core = project
       "ch.qos.logback" % "logback-classic" % "1.2.11",
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.34.0",
       // scala-steward:on
-      "co.fs2" %% "fs2-io" % "3.2.14",
+      "co.fs2" %% "fs2-io" % "3.6.1",
       "com.monovore" %% "decline-effect" % "2.3.1",
       "org.typelevel" %% "log4cats-slf4j" % "2.5.0",
       "org.scalameta" %% "munit" % "0.7.29" % Test