From d347497178d68f0066f610ee0c368a1fce31319c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 16:08:28 +0000 Subject: [PATCH] Update munit to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 652ba17..66532e7 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.0" % Test, + "org.scalameta" %% "munit" % "1.2.1" % Test, "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test, "io.circe" %% "circe-generic" % "0.14.15", // coursier only seems to include compile dependencies when