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 4cff976 Update munit to 1.1.1
4cff976 is described below
commit 4cff976d306453558bb61ba86c3c856b836e30d1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 00:38:35 2025 +0000
Update munit to 1.1.1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index aa0d354..06dc63e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -100,7 +100,7 @@ lazy val debugger = project
"co.fs2" %% "fs2-io" % "3.12.0",
"com.monovore" %% "decline-effect" % "2.5.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
- "org.scalameta" %% "munit" % "1.0.4" % Test,
+ "org.scalameta" %% "munit" % "1.1.1" % Test,
"org.fusesource.jansi" % "jansi" % "1.18"
),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion,
sbtVersion, "daffodilVersion" -> daffodilVer),