From fed8c49e82c898933604ea0aa98c1752e97663a5 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:16:12 +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 9f754d9..beb4541 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val simpleFacade = "com.github.japgolly.scalajs-react" %%% "core" % "2.1.2", "com.github.japgolly.scalajs-react" %%% "extra" % "2.1.2", "me.shadaj" %%% "slinky-readwrite" % "0.7.4", - "org.scalameta" %%% "munit" % "1.0.2" % Test + "org.scalameta" %%% "munit" % "1.0.3" % Test ) )