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 287729c Update munit to 1.2.1
287729c is described below
commit 287729c68cb4b916b1e7983c5def36021770d91e
Author: Scala Steward <[email protected]>
AuthorDate: Sat Oct 25 16:30:46 2025 +0000
Update munit to 1.2.1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index e1a0ac3..4721954 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.1.1" % Test
+ "org.scalameta" %% "munit" % "1.2.1" % Test
),
libraryDependencies ++=
getPlatformSpecificLibraries(scalaBinaryVersion.value),
buildInfoPackage := "org.apache.daffodil.debugger.dap",