diff --git a/build.sbt b/build.sbt index 78c423e..98af8b2 100644 --- a/build.sbt +++ b/build.sbt @@ -84,5 +84,5 @@ lazy val tests = crossProject( .dependsOn(mesh) .settings( name := "mesh-tests", - libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M8" % Test + libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test ) \ No newline at end of file