From 8cf09093360c5faf078118a29718e65f3a5db7b7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:07:35 +0000 Subject: [PATCH] Update munit to 1.0.0-M9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87484661..51d94e33 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( libraryDependencies ++= Seq( "org.typelevel" %%% "cats-testkit" % CatsVersion, - "org.scalameta" %%% "munit" % "1.0.0-M8", + "org.scalameta" %%% "munit" % "1.0.0-M9", "org.typelevel" %%% "discipline-munit" % "2.0.0-M3")) .jsSettings(commonJsSettings) .jvmSettings(commonJvmSettings)