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 cbd54c86 Update munit to 1.3.5
cbd54c86 is described below

commit cbd54c86e925b7ceaeed85db5cdafe04834f7514
Author: Scala Steward <[email protected]>
AuthorDate: Sun Aug 9 13:40:58 2026 +0000

    Update munit to 1.3.5
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index b0787ba2..47ae0aca 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.3.0" % Test
+        "org.scalameta" %% "munit" % "1.3.5" % Test
       ),
       dependencyOverrides += "commons-io" % "commons-io" % "2.22.0",
       libraryDependencies ++= 
getPlatformSpecificLibraries(scalaBinaryVersion.value),

Reply via email to