This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/munit-1.0.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit 9348f922b3dbc1888e732d146224a770dc873e29
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 1 00:30:39 2024 +0000
Update munit to 1.0.2
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 8729bdf..a1c59d6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -101,7 +101,7 @@ lazy val debugger = project
"co.fs2" %% "fs2-io" % "3.9.3",
"com.monovore" %% "decline-effect" % "2.4.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
- "org.scalameta" %% "munit" % "0.7.29" % Test
+ "org.scalameta" %% "munit" % "1.0.2" % Test
),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion,
sbtVersion, "daffodilVersion" -> daffodilVer),
buildInfoPackage := "org.apache.daffodil.debugger.dap",