From 1be34617a61568d159e7046826a6751c2d865724 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Dec 2024 19:05:59 +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 0b613d07..7031376a 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val sharedSettings = Seq() val testSettings = Seq( libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.2" % Test // Bootlegged + "org.scalameta" %%% "munit" % "1.0.3" % Test // Bootlegged ), testFrameworks += new TestFramework("munit.Framework") )