From a1e7c7fef6b8a8b57b325545fe9974275f888419 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:24:12 +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 3bd703e..ea1ca23 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ ThisBuild / crossScalaVersions := Seq( lazy val root = tlCrossRootProject.aggregate(annotation) -lazy val munitVersion = "0.7.29" +lazy val munitVersion = "1.0.0" lazy val annotation = crossProject(JVMPlatform) .crossType(CrossType.Pure)