From df5cb6b1dac4dc702e52b949134a79f58dc83eff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jun 2026 17:06:45 +0000 Subject: [PATCH] Update munit to 1.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11adc25..ae14c35 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val root = project "org.typelevel" %% "cats-effect" % "3.6.3", "com.monovore" %% "decline" % "2.5.0", "com.monovore" %% "decline-effect" % "2.5.0", - "org.scalameta" %% "munit" % "1.1.1" % Test + "org.scalameta" %% "munit" % "1.3.3" % Test ), nativeConfig := { val logger: TaskStreams = streams.value