From 21ebdb8a8a366801a962722772fe9e14888ad4ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 23:57:14 +0000 Subject: [PATCH] Update munit to 1.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ccd420..0211208 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.2.1" +val munitVersion = "1.2.2" val munitScalacheckVersion = "1.2.0" val catsVersion = "2.13.0" val scalatestVersion = "3.2.19"