From 613e1c27371c08a9125c2212744d1c9a086a9bf9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:06:33 +0000 Subject: [PATCH] Update munit to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a67c34d6..382d1b00 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ ThisBuild / mergifyRequiredJobs ++= Seq("validate-steward", "site") ThisBuild / githubWorkflowPermissions := Some(Permissions.Specify.defaultPermissive) -val MunitVersion = "1.0.4" +val MunitVersion = "1.1.0" lazy val `sbt-typelevel` = tlCrossRootProject.aggregate( kernel,