This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new b67a5a2a3 Update munit to 1.3.5 (#1205)
b67a5a2a3 is described below
commit b67a5a2a379705ca399e92f64b9909143991f6e9
Author: Scala Steward <[email protected]>
AuthorDate: Sun Aug 9 16:28:36 2026 +0200
Update munit to 1.3.5 (#1205)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e597698dd..9cecef5dc 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.4"
+ val munit = "org.scalameta" %% "munit" % "1.3.5"
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion %
"test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]