diff --git a/build.sbt b/build.sbt index cc999a9..0999740 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" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.4" % Test ) \ No newline at end of file