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 4c6d78a Update munit to 1.2.2
4c6d78a is described below
commit 4c6d78acc61eaecaa0747a49e007496604aa636b
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 28 16:03:36 2026 +0000
Update munit to 1.2.2
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 40b55af..9f83e89 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.5.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
- "org.scalameta" %% "munit" % "1.2.1" % Test
+ "org.scalameta" %% "munit" % "1.2.2" % Test
),
libraryDependencies ++=
getPlatformSpecificLibraries(scalaBinaryVersion.value),
buildInfoPackage := "org.apache.daffodil.debugger.dap",