From d35da6b2329ebda8dc6c44bc597abb8aff232d45 Mon Sep 17 00:00:00 2001 From: Coralogix Automation Golem <83012444+coralogix-automation-golem@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:33:26 +0200 Subject: [PATCH] Update munit from 1.0.3 to 1.0.4 (#12) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44cc081..42eb2af 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val versions = new { val sbt = "1.5.8" val commonsCompress = "1.27.1" val toml4j = "0.7.3" - val munit = "1.0.3" + val munit = "1.0.4" } val common: Seq[Setting[_]] = Seq(