From 14ed25c31f0675afe1aab397e40c50d625598f73 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Aug 2026 16:47:24 +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 11adc25..96df880 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.5" % Test ), nativeConfig := { val logger: TaskStreams = streams.value