From 280936d0eac5c86e09fff64f5bd30dd028c07477 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:05:56 +0000 Subject: [PATCH] Update munit, munit-scalacheck to 1.0.0-M11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 69f4d6e..a744a34 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val mUnit = "1.0.0-M7" +val mUnit = "1.0.0-M11" val discipline = "1.5.1" Global / onChangedBuildSource := ReloadOnSourceChanges