From e43ed451df9318bd0e30a5b660b4cf2665a0df4c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:06:43 +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 289644e..1e95379 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ ThisBuild / crossScalaVersions := Seq( lazy val root = tlCrossRootProject.aggregate(lib) -lazy val munitVersion = "1.0.0" +lazy val munitVersion = "1.0.1" lazy val scalacheckVersion = "1.18.0" lazy val lib = crossProject(JVMPlatform, JSPlatform)