From 97e6a3b78bc7945bc6628ace76eefd5cf6d41948 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Dec 2024 01:26:34 +0000 Subject: [PATCH] Update munit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 80eb234..8277b4e 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.3" % Test, "org.hamcrest" % "hamcrest" % "2.2" % Test, "org.playframework" %% "play" % playV % Provided, "org.playframework" %% "play-guice" % playV % Provided