From 4d1a9972172880d2bf3e3c16975e11865f9b7392 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jan 2025 01:21:30 +0000 Subject: [PATCH] Update munit to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 80eb234..3063fa7 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val crossDeps = Seq( "io.circe" %% "circe-core" % circeV, "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV % Test, - "org.scalameta" %% "munit" % "1.0.1" % Test, + "org.scalameta" %% "munit" % "1.0.4" % Test, "org.hamcrest" % "hamcrest" % "2.2" % Test, "org.playframework" %% "play" % playV % Provided, "org.playframework" %% "play-guice" % playV % Provided