From 4d0268ce0a95d9c5d74bae9bca13b39e300d6ff9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Sep 2026 18:13:10 +0000 Subject: [PATCH] Update munit to 1.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c33a295..ef66bc5 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,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.3.5" % Test, + "org.scalameta" %% "munit" % "1.3.6" % Test, ), )