From 0386658f15c443b2ae0e2f147c7de78a9dee34d4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:37:51 +0000 Subject: [PATCH] Update munit to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 941e7f4..1fa9576 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ ThisBuild / crossScalaVersions := Seq( lazy val root = tlCrossRootProject.aggregate(lib) -lazy val munitVersion = "1.1.1" +lazy val munitVersion = "1.2.0" lazy val scalacheckVersion = "1.19.0" lazy val munitScalacheckVersion = "1.1.0"