From b69dd95540976cdb78a686b72b57eb1056bd8ef5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 07:48:16 +0000 Subject: [PATCH] [build] Update munit to 1.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fdddffd..aaeb838 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val sharedSettings = Seq( ), autoAPIMappings := true, libraryDependencies += { - "org.scalameta" %%% "munit" % "1.2.1" % Test, + "org.scalameta" %%% "munit" % "1.2.2" % Test, }, tpolecatScalacOptions ++= { import org.typelevel.scalacoptions.ScalaVersion.V3_0_0