From 61049d6099d2f7660cba22ff2ff87b4669fdbd62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jun 2026 13:42:19 +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 5e59ef479..63ef6fb3c 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.0" % Test + "org.scalameta" %% "munit" % "1.3.3" % Test ), dependencyOverrides += "commons-io" % "commons-io" % "2.22.0", libraryDependencies ++= getPlatformSpecificLibraries(scalaBinaryVersion.value),