From bc901c4a29a97c3d02f3b489f412a630f8dae6b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Jun 2026 21:03:42 +0000 Subject: [PATCH] Update munit to 1.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e860266..125b022 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.3" % Test ), )