From 50b9da1c1f61de6be824245cd3d2ca8f2673f103 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:35:21 +0000 Subject: [PATCH] Update munit to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e1e0ccb74..99771c26e 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ lazy val tests = libraryDependencies ++= Seq( "edu.gemini" %%% "lucuma-core-testkit" % Versions.lucumaCore % Test, "edu.gemini" %%% "lucuma-schemas-testkit" % Versions.lucumaSchemas % Test, - "org.scalameta" %%% "munit" % "1.0.1" % Test, + "org.scalameta" %%% "munit" % "1.0.2" % Test, "org.typelevel" %%% "discipline-munit" % "2.0.0" % Test ) )