From 693633fce64f96408e6dff1f8e3893e548796ab8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Mar 2026 21:53:39 +0000 Subject: [PATCH] Update munit to 1.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f95d3c..0a256b6 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val plugin = project case _ => "2.0.0-RC9" } }, - libraryDependencies += "org.scalameta" %% "munit" % "1.2.3" % Test, + libraryDependencies += "org.scalameta" %% "munit" % "1.2.4" % Test, addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1"), addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"), addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")