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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 1a3072ba Update junit-platform-launcher to 6.1.2 (#793)
1a3072ba is described below
commit 1a3072bae8f632c06655c77fc6650b1581b39ce0
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jul 13 14:14:34 2026 +0200
Update junit-platform-launcher to 6.1.2 (#793)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index eba8a843..7257492b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,8 +21,8 @@ import sbt.Keys.scalaVersion
sourceDistName := "apache-pekko-grpc"
sourceDistIncubating := false
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
-ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.1"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
commands := commands.value.filterNot { command =>
command.nameOption.exists { name =>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]