From 14659fc369dc44c7704f0d4bb7aaf809003ca788 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Aug 2026 22:16:17 +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 5dc5407..5568ab0 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,7 @@ lazy val core = project // codegen keys off `@streaming` members, so nothing scala-specific from // smithy4s-ndjson is needed here. "org.polyvariant" % "smithy4s-ndjson-protocol" % smithy4sNdjsonVersion, - "org.scalameta" %% "munit" % "1.2.4" % Test, + "org.scalameta" %% "munit" % "1.3.5" % Test, ), )