diff --git a/build.sbt b/build.sbt index 88e9a85..eb20de0 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ inThisBuild( val pgvVersion = "0.6.13" val munitSettings = Seq( - libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test, + libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test, testFrameworks += new TestFramework("munit.Framework") )