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 ) )