From eb313a9f49325a00c0a35a9e6759c593f8fd410e Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:09:22 +0000 Subject: [PATCH] Update munit to 1.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e494b7c..5e83de5 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val root = (project in file(".")) "com.twitter" %% "finagle-http" % FinagleVersion, "org.typelevel" %% "case-insensitive" % "1.4.2", "org.http4s" %% "http4s-dsl" % Http4sVersion % Test, - "org.scalameta" %% "munit" % "0.7.29" % Test, + "org.scalameta" %% "munit" % "1.2.3" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test, ), testFrameworks += new TestFramework("munit.Framework"),