From 7da495b9bc09ef92c29050c407ef3fb4909d7a7b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:10:07 +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 716d12e..7f06775 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.1" +lazy val munitVersion = "1.0.2" lazy val scalacheckVersion = "1.18.0" lazy val munitScalacheckVersion = "1.0.0"