From 86b79bc92133653409a8f6b39fbde231fa5b195d 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:14:06 +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 ed1b505..59c4960 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( name := "munit-cats-effect", libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M8", + "org.scalameta" %%% "munit" % "1.0.0-M9", "org.typelevel" %%% "cats-effect" % "3.5.1" ) )