diff --git a/build.sbt b/build.sbt index d69c2f1..58ed184 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.1" % Test, + libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test, testFrameworks += new TestFramework("munit.Framework") )