From e83f0538f367a0479c0b1eb655f880e6607be4a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jun 2026 19:29:52 +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 e860266..32434df 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val commonSettings = Seq( "-Wnonunit-statement", ), libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.3.0" % Test + "org.scalameta" %%% "munit" % "1.3.2" % Test ), )