From eaf9f5c902ec1a7df4e82eaa849fdb6e3274a189 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:19:23 +0000 Subject: [PATCH] Update munit to 1.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61ca91c3..5e841ab0 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val commonSettings = Seq( ), // Testing libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.3.2" % Test, + "org.scalameta" %%% "munit" % "1.3.3" % 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,