This is an automated email from the ASF dual-hosted git repository.
scholarsmate 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 0459189 Update munit to 1.3.0
0459189 is described below
commit 045918916630c5c323c6f328fd31febcf3804ded
Author: Scala Steward <[email protected]>
AuthorDate: Mon Apr 13 14:51:10 2026 +0000
Update munit to 1.3.0
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 8623f19..5e59ef4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -208,7 +208,7 @@ lazy val debugger =
"co.fs2" %% "fs2-io" % "3.13.0",
"com.monovore" %% "decline-effect" % "2.6.1",
"org.typelevel" %% "log4cats-slf4j" % "2.8.0",
- "org.scalameta" %% "munit" % "1.2.4" % Test
+ "org.scalameta" %% "munit" % "1.3.0" % Test
),
dependencyOverrides += "commons-io" % "commons-io" % "2.22.0",
libraryDependencies ++=
getPlatformSpecificLibraries(scalaBinaryVersion.value),