From 44f2dc70edaebd08e53496d68d101f1796589dd6 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 18 Apr 2024 20:06:35 +0000 Subject: [PATCH] Update munit to 1.0.0-M12 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e5ca4972..6ddd8b06 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val V = new { val scalaDID = "0.1.0-M19" // FIXME another bug in the test framework https://github.com/scalameta/munit/issues/554 - val munit = "1.0.0-M11" // "0.7.29" + val munit = "1.0.0-M12" // "0.7.29" // // https://mvnrepository.com/artifact/org.scala-js/scalajs-dom // // val scalajsLogging = "1.1.2-SNAPSHOT" //"1.1.2"