This is an automated email from the ASF dual-hosted git repository.
shanedell 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 f5bd810 Update fs2-io to 3.12.2
f5bd810 is described below
commit f5bd8100417830b2a8a704e1162a3942fea5b84b
Author: Scala Steward <[email protected]>
AuthorDate: Sat Oct 25 16:29:46 2025 +0000
Update fs2-io to 3.12.2
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 67d4420..4a626d5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -205,7 +205,7 @@ lazy val debugger =
"com.microsoft.java" % "com.microsoft.java.debug.core" % "0.34.0",
"org.fusesource.jansi" % "jansi" % "1.18",
// scala-steward:on
- "co.fs2" %% "fs2-io" % "3.12.0",
+ "co.fs2" %% "fs2-io" % "3.12.2",
"com.monovore" %% "decline-effect" % "2.5.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
"org.scalameta" %% "munit" % "1.1.1" % Test