From 536c110800994db4c054ccbb483a36dd73e6519c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Aug 2026 16:23:40 +0000 Subject: [PATCH] Update munit to 1.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 42b3315..80f9334 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.3", - "org.scalameta" %% "munit" % "1.3.4" % Test, + "org.scalameta" %% "munit" % "1.3.5" % Test, "org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test, "io.circe" %% "circe-generic" % "0.14.16", // coursier only seems to include compile dependencies when