From 9798f7dfdcf7871ff5da41a751e598f7615041de Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:20:59 +0000 Subject: [PATCH] Update munit-diff to 1.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ec34580..cab6d985 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ val Version = new { val testInterface = "1.0" val scalacCompatAnnotation = "0.1.4" val http4s = "0.23.26" - val munitDiff = "1.3.1" + val munitDiff = "1.3.3" val snapshot4s = _root_.snapshot4s.BuildInfo.snapshot4sVersion }