From 26ae537f65ce186b36a760db06a93d92ea2f9c4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Mar 2026 19:04:57 +0000 Subject: [PATCH] Update munit to 1.2.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11adc25..aebb2d1 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.2.4" % Test ), nativeConfig := { val logger: TaskStreams = streams.value