From 965770557dcc7f6e7e9567f72a48a435a8fe1b6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:00:47 +0000 Subject: [PATCH] Update dependency org.scalameta:munit to v1.0.0-M8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8ffee4..0c2a619 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ libraryDependencies ++= Seq( "org.polystat.odin" %% "analysis" % V.odin, "org.polystat.py2eo" % "transpiler" % V.py2eo, "org.polystat" % "far" % V.far, - "org.scalameta" %% "munit" % "1.0.0-M6" % Test, + "org.scalameta" %% "munit" % "1.0.0-M8" % Test, "org.slf4j" % "slf4j-nop" % "1.7.36", )