diff --git a/build.sbt b/build.sbt index acdef07..718e18e 100644 --- a/build.sbt +++ b/build.sbt @@ -64,5 +64,5 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) .dependsOn(narr) .settings( name := "narr-tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test ) \ No newline at end of file