From 3355fd6ad4efcbabae0037da79a98eac0a0618e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Sep 2025 13:58:12 +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 2286f6b..d3c44b4 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.0" } lazy val commonSettings: SettingsDefinition = Def.settings(