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 2005fcb3 Update junit-platform-launcher to 6.1.1 (#762)
2005fcb3 is described below
commit 2005fcb3e94d0e097922e4db05db0c99f62305d2
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 28 18:35:17 2026 +0200
Update junit-platform-launcher to 6.1.1 (#762)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 478f5287..af477539 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.0"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.0"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.1"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
commands := commands.value.filterNot { command =>
command.nameOption.exists { name =>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]