This is an automated email from the ASF dual-hosted git repository.
davin 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 5edc996 Update fs2-io to 3.9.4
5edc996 is described below
commit 5edc996d0e04e221a045075b8f4dbccaeb897ede
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 1 00:24:31 2024 +0000
Update fs2-io to 3.9.4
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 8729bdf..60cdb48 100644
--- a/build.sbt
+++ b/build.sbt
@@ -98,7 +98,7 @@ lazy val debugger = 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.9.3",
+ "co.fs2" %% "fs2-io" % "3.9.4",
"com.monovore" %% "decline-effect" % "2.4.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.scalameta" %% "munit" % "0.7.29" % Test