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, ), )