From b4159f3ac4edd3e3bb196c23817b8963980b9630 Mon Sep 17 00:00:00 2001 From: "CozyBot[bot]" <321901+CozyBot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:11:09 +0000 Subject: [PATCH] Update munit to 1.0.0-M8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6d3a554..e3377d0 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-parse" % "0.3.9", "org.typelevel" %%% "cats-core" % "2.9.0", - "org.scalameta" %%% "munit" % "1.0.0-M7" % Test, + "org.scalameta" %%% "munit" % "1.0.0-M8" % Test, ), )