This is an automated email from the ASF dual-hosted git repository.
hepin 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 f87340fdf Update munit to 1.0.4 (#650)
f87340fdf is described below
commit f87340fdf934cb38e9554459b02a09c8e8b654c2
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 12 13:45:12 2025 +0800
Update munit to 1.0.4 (#650)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 068acc06e..cfd7bd74d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -79,7 +79,7 @@ object Dependencies {
val sprayJson = Compile.sprayJson % "test"
val junit = Compile.junit % "test"
val specs2 = "org.specs2" %% "specs2-core" % "4.20.9"
- val munit = "org.scalameta" %% "munit" % "1.0.3"
+ val munit = "org.scalameta" %% "munit" % "1.0.4"
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]