From 1dc08c403da4a0f3808119ac9a87e96c03c78a04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Jul 2026 14:51:01 +0000 Subject: [PATCH] Update munit to 1.3.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 012845988..f6fe41c99 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -84,7 +84,7 @@ object Dependencies { // For pekko-http-testkit-java (JUnit 4 support for library users) -- deprecated since 2.0.0 val junit4 = "junit" % "junit" % junit4Version val specs2 = "org.specs2" %% "specs2-core" % "4.23.0" - val munit = "org.scalameta" %% "munit" % "1.3.3" + val munit = "org.scalameta" %% "munit" % "1.3.4" val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"