From a6b24e34738e44e261b0eed38e452350e25f27a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 17:53:53 +0000 Subject: [PATCH] Update munit to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b238905..34676fa 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) "org.http4s" %% "http4s-dsl" % http4sVersion % Provided, "org.http4s" %% "http4s-circe" % http4sVersion, "org.http4s" %% "http4s-scalatags" % "0.25.2", - "org.scalameta" %% "munit" % "1.2.4" % Test, + "org.scalameta" %% "munit" % "1.3.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test, "io.circe" %% "circe-generic" % "0.14.15", // coursier only seems to include compile dependencies when