From 7aa7749cea30fff424b2b428bae5926ab5506b0e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Jun 2026 14:29:24 +0000 Subject: [PATCH] Update munit to 1.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2286f6b..18a36e7 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.3.2" } lazy val commonSettings: SettingsDefinition = Def.settings(