From 20d21cccdf881855cd8b6f96fbfd0edee5a6b493 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:20:04 +0000 Subject: [PATCH] Update munit to 1.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e70ecf8..eccdd6e5 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val commonSettings = Seq( ), // Testing libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.3.4" % Test, + "org.scalameta" %%% "munit" % "1.3.5" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.3.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.1.0" % Test,