From b58f555e3caa6901eba897f7f37edda00620cfc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 15:31:56 +0000 Subject: [PATCH] Update munit to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2286f6b..5e52c41 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.0" } lazy val commonSettings: SettingsDefinition = Def.settings(