From 88794d882f75df711e7e94108413633a54793fd5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 18:46:58 +0000 Subject: [PATCH] Update munit to 1.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b26fb5..1ca5890 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ ThisBuild / Test / jsEnv := { lazy val scalajsDomVersion = "2.8.0" lazy val scalacheckVersion = "1.17.0" -lazy val munitVersion = "1.0.0-M11" +lazy val munitVersion = "1.0.1" lazy val root = tlCrossRootProject.aggregate(snabbdom, examples, benchmarks)