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, ), )