diff --git a/build.sbt b/build.sbt index 50d0890..bcbe599 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-parse" % "1.0.0", "org.typelevel" %%% "cats-core" % "2.10.0", - "org.scalameta" %%% "munit" % "1.0.0-M11" % Test, + "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test, ), )