diff --git a/build.sbt b/build.sbt index eb79cda..e6810bc 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.3" % Test, + libraryDependencies += "org.scalameta" %% "munit" % "1.0.4" % Test, testFrameworks += new TestFramework("munit.Framework") )