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/07/11 00:10:49 UTC

[daffodil-vscode] branch update/fs2-io-3.2.10 created (now b571cdb)

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

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


      at b571cdb  Update fs2-io to 3.2.10

This branch includes the following new commits:

     new b571cdb  Update fs2-io to 3.2.10

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 fs2-io to 3.2.10

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/fs2-io-3.2.10
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit b571cdbd061a1cbfd3026102ff6b035945c3f7bc
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Jul 11 00:10:13 2022 +0000

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

diff --git a/build.sbt b/build.sbt
index b0a64b8..f15518f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -78,7 +78,7 @@ lazy val core = project
     libraryDependencies ++= Seq(
       "ch.qos.logback" % "logback-classic" % "1.2.11",
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.35.0",
-      "co.fs2" %% "fs2-io" % "3.0.6",
+      "co.fs2" %% "fs2-io" % "3.2.10",
       "com.monovore" %% "decline-effect" % "2.2.0",
       "org.typelevel" %% "log4cats-slf4j" % "2.1.1"
     ),