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 e7fea00 Update munit to 1.2.4
e7fea00 is described below
commit e7fea00837eade3b805211fa255b0334bd44028c
Author: Scala Steward <[email protected]>
AuthorDate: Wed Mar 4 15:35:53 2026 +0000
Update munit to 1.2.4
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index ac0e0fe..f297819 100644
--- a/build.sbt
+++ b/build.sbt
@@ -208,7 +208,7 @@ lazy val debugger =
"co.fs2" %% "fs2-io" % "3.12.2",
"com.monovore" %% "decline-effect" % "2.6.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
- "org.scalameta" %% "munit" % "1.2.2" % Test
+ "org.scalameta" %% "munit" % "1.2.4" % Test
),
libraryDependencies ++=
getPlatformSpecificLibraries(scalaBinaryVersion.value),
buildInfoPackage := "org.apache.daffodil.debugger.dap",