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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new fdec3c92 Update junit-platform-launcher to 6.1.2 (#574)
fdec3c92 is described below
commit fdec3c92edd61540a3765cbc05294e2dba27c8d1
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jul 13 07:03:01 2026 +0200
Update junit-platform-launcher to 6.1.2 (#574)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 65fd8ec3..9d7e310b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -87,7 +87,7 @@ object Dependencies {
val junitJupiterApi = "org.junit.jupiter" % "junit-jupiter-api" % "6.1.2"
% "test"
val junitJupiterEngine = "org.junit.jupiter" % "junit-jupiter-engine" %
"6.1.2" % "test"
val jupiterInterface = "com.github.sbt.junit" % "jupiter-interface" %
"0.19.0" % "test"
- val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % "6.1.1" % "test"
+ val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % "6.1.2" % "test"
val h2Driver = "com.h2database" % "h2" % Versions.h2Driver % "test"
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.13" % "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]