From f4aaf3646cb283fbbcdf15f19c0ea5bb5d05b317 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 15:54:05 +0000 Subject: [PATCH] Update munit to 1.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2286f6b..3d740b8 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.6" } lazy val commonSettings: SettingsDefinition = Def.settings(