From fd1bd93a900b8e07fa60c923406aeeb4223c0d60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Sep 2025 15:40:27 +0000 Subject: [PATCH] Update munit to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 09646f7..0cfb7d3 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.1.1" % Test, + "org.scalameta" %% "munit" % "1.2.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test, "io.circe" %% "circe-generic" % "0.14.14", // coursier only seems to include compile dependencies when