From e92f0fe1d07412c9057264e311e0917eb124c14d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Sep 2024 17:44:11 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") )