This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch update/fs2-io-3.12.2 in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit fe1110db00ece134dcc1011b062beb32f1394a69 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Oct 1 00:34:40 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 06dc63e..1dbbc42 100644 --- a/build.sbt +++ b/build.sbt @@ -97,7 +97,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.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,