From 5491d8d6881216d8b566b67becfb7569df95e537 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Jun 2026 15:26:05 +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 18c0f6d7d..e3e4d9fa2 100755 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ lazy val platforms = project lazy val dependencies = new { private val scodecV = "1.2.5" - private val munitV = "1.3.0" + private val munitV = "1.3.2" private val airframelogV = "2026.1.6" private val oslibV = "0.11.8" private val scallopV = "6.0.0"