From 264ca5a1a073a570c9b8d7b9203fe6f6e94ada97 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:39:50 +0000 Subject: [PATCH] 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 b89bedd..1c14595 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val commonSettings = Seq( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-laws" % "2.13.0" % Test, - "org.scalameta" %%% "munit" % "1.3.3" % Test, + "org.scalameta" %%% "munit" % "1.3.4" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0" % Test ) )