This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/jansi-2.4.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit 7a0f38ce847ec080218e94f65c57622e7bb8216c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 00:38:13 2025 +0000
Update jansi to 2.4.2
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index aa0d354..3c29d53 100644
--- a/build.sbt
+++ b/build.sbt
@@ -101,7 +101,7 @@ lazy val debugger = project
"com.monovore" %% "decline-effect" % "2.5.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
"org.scalameta" %% "munit" % "1.0.4" % Test,
- "org.fusesource.jansi" % "jansi" % "1.18"
+ "org.fusesource.jansi" % "jansi" % "2.4.2"
),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion,
sbtVersion, "daffodilVersion" -> daffodilVer),
buildInfoPackage := "org.apache.daffodil.debugger.dap",