From a9e86e3d347238386dba7eae4055bd6e2b7d3ddf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jul 2026 21:49:13 +0000 Subject: [PATCH] [build] Update munit to 1.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b16fd3..b530d6b 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val sharedSettings = Seq( ), autoAPIMappings := true, libraryDependencies += { - "org.scalameta" %%% "munit" % "1.3.1" % Test, + "org.scalameta" %%% "munit" % "1.3.4" % Test, }, tpolecatScalacOptions ++= { import org.typelevel.scalacoptions.ScalaVersion.V3_0_0