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 57bfd5ed Update junit-platform-launcher to 6.1.3 (#833)
57bfd5ed is described below
commit 57bfd5ed31f7b0c9fb07f4e4db6c2bd13b061107
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 7 18:09:20 2026 +0200
Update junit-platform-launcher to 6.1.3 (#833)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 7257492b..4a19cc11 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.2"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.3"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.3"
commands := commands.value.filterNot { command =>
command.nameOption.exists { name =>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]