From f8c3a47558e6677eabb9d9d18c65f7c490a3601d Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Fri, 13 Sep 2024 20:14:52 +0000 Subject: [PATCH] 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 d42294e7..a8c5c97f 100644 --- a/build.sbt +++ b/build.sbt @@ -133,7 +133,7 @@ lazy val V = new { val scalajsJavaSecureRandom = "1.0.0" // FIXME another bug in the test framework https://github.com/scalameta/munit/issues/554 - val munit = "1.0.1" // "0.7.29" + val munit = "1.0.2" // "0.7.29" // https://mvnrepository.com/artifact/org.scala-js/scalajs-dom val scalajsDom = "2.8.0"