From 9a5d57c969d0e599ab2ad48d6cb2f925ae031bb0 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:47:23 +0000 Subject: [PATCH] Update discipline-munit to 2.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4bf4940..2cae9d1 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val giapi = project "edu.gemini.aspen.gmp" % "gmp-commands-jms-bridge" % "0.6.7", "edu.gemini.aspen.gmp" % "gmp-status-gateway" % "0.3.7", "org.typelevel" %%% "cats-laws" % catsVersion % Test, - "org.typelevel" %%% "discipline-munit" % "2.0.0-M4" % Test, + "org.typelevel" %%% "discipline-munit" % "2.0.0" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test, "edu.gemini.aspen.gmp" % "gmp-statusdb" % "0.3.7" % Test, "ch.qos.logback" % "logback-classic" % "1.4.14" % Test