From 7ce554f20ef56ad64cc243fa310ba45683908932 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 14:08:23 +0000 Subject: [PATCH] Update munit to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2286f6b..7c5f0ed 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ name := (root / name).value val V = new { val logbackClassic = "1.5.18" - val munit = "1.0.4" + val munit = "1.2.1" } lazy val commonSettings: SettingsDefinition = Def.settings(