From dfb151b1e2e97ba6df3753fa9882a9208507eca8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Sep 2025 15:09:33 +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 00017d5..1233adb 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import complete.DefaultParsers._ import sbt.Reference.display import org.typelevel.sbt.tpolecat.{CiMode, DevMode} -val munitVersion = "1.1.1" +val munitVersion = "1.2.0" val munitScalacheckVersion = "1.2.0" val catsVersion = "2.13.0" val scalatestVersion = "3.2.19"