From 44e3e58a80304e3afffaad26158aecebb3dbf021 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Mar 2026 16:16:29 +0000 Subject: [PATCH] Update munit to 1.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2286f6b..ae5c33a 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.4" } lazy val commonSettings: SettingsDefinition = Def.settings(