From b9fc26bf8187120ba7bd66f99ffdab08e9cdc424 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:13:47 +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 f95d5d1..209b9c2 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val root = (project in file(".")) "org.typelevel" %% "case-insensitive" % "1.4.0", "org.http4s" %% "http4s-dsl" % Http4sVersion % Test, ).map(_.cross(CrossVersion.for3Use2_13)) ++ Seq( - "org.scalameta" %% "munit" % "0.7.29" % Test, + "org.scalameta" %% "munit" % "1.0.3" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test, ), testFrameworks += new TestFramework("munit.Framework"),