From badbea47d635733fc7d17ea2a16ce9c817d534a7 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Wed, 22 May 2024 20:13:31 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0de88606..aa936e7b 100644 --- a/build.sbt +++ b/build.sbt @@ -130,7 +130,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.0-RC1" // "0.7.29" + val munit = "1.0.0" // "0.7.29" // https://mvnrepository.com/artifact/org.scala-js/scalajs-dom val scalajsDom = "2.8.0"