From 03ce1f456f4c969b6759980da0e4f9098a5c565c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 17:04:06 +0000 Subject: [PATCH] Update munit to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbb91749..4d88f811 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val sharedSettings = Seq() val testSettings = Seq( libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.4" % Test // Bootlegged + "org.scalameta" %%% "munit" % "1.1.0" % Test // Bootlegged ), testFrameworks += new TestFramework("munit.Framework") )