From b9499cc05b4c6e0fa01fed0716c986e4e9afaa9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 14:55:29 +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 47ae0aca2..842684446 100644 --- a/build.sbt +++ b/build.sbt @@ -208,7 +208,7 @@ lazy val debugger = "co.fs2" %% "fs2-io" % "3.13.0", "com.monovore" %% "decline-effect" % "2.6.1", "org.typelevel" %% "log4cats-slf4j" % "2.8.0", - "org.scalameta" %% "munit" % "1.3.5" % Test + "org.scalameta" %% "munit" % "1.3.6" % Test ), dependencyOverrides += "commons-io" % "commons-io" % "2.22.0", libraryDependencies ++= getPlatformSpecificLibraries(scalaBinaryVersion.value),