This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 10ed5d82 Update junit-platform-launcher to 6.1.1 (#552)
10ed5d82 is described below
commit 10ed5d823124677002d12907c8d1aee979de3714
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 28 17:13:56 2026 +0200
Update junit-platform-launcher to 6.1.1 (#552)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2dc79f03..dd5e3052 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -86,7 +86,7 @@ object Dependencies {
val junitJupiterApi = "org.junit.jupiter" % "junit-jupiter-api" % "6.1.0"
% "test"
val junitJupiterEngine = "org.junit.jupiter" % "junit-jupiter-engine" %
"6.1.0" % "test"
val jupiterInterface = "com.github.sbt.junit" % "jupiter-interface" %
"0.19.0" % "test"
- val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % "6.1.0" % "test"
+ val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % "6.1.1" % "test"
val h2Driver = "com.h2database" % "h2" % Versions.h2Driver % "test"
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.11" % "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]