This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 7b38d801c Update munit to 1.3.0 (#1007)
7b38d801c is described below
commit 7b38d801c098afe8265052f449feda4589209f4e
Author: Scala Steward <[email protected]>
AuthorDate: Mon Apr 13 18:14:03 2026 +0200
Update munit to 1.3.0 (#1007)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2117a69e9..6e37ef861 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -82,7 +82,7 @@ object Dependencies {
val sprayJson = Compile.sprayJson % "test"
val junit = Compile.junit % "test"
val specs2 = "org.specs2" %% "specs2-core" % "4.23.0"
- val munit = "org.scalameta" %% "munit" % "1.2.4"
+ val munit = "org.scalameta" %% "munit" % "1.3.0"
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion %
"test"
val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]