From a8dcd7c86440b20163bd073c2a9a38723876c215 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:31:04 +0000 Subject: [PATCH] Update munit to 1.0.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e2839cd7b..acb8d2ca8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { val scalametaV = "4.12.5" val scalatagsV = "0.13.1" val scalatestV = "3.2.19" - val munitV = "1.0.3" + val munitV = "1.0.4" val bijectionCore = "com.twitter" %% "bijection-core" % bijectionCoreV val collectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatV