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-http.git
The following commit(s) were added to refs/heads/main by this push:
new f7ca5ca9d Update junit-platform-launcher to 6.1.3 (#1202)
f7ca5ca9d is described below
commit f7ca5ca9dbef95c39900febc958c25bc503c6a09
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 7 18:06:13 2026 +0200
Update junit-platform-launcher to 6.1.3 (#1202)
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index ae7b11b3e..2408ab22b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -28,8 +28,8 @@ ThisBuild / reproducibleBuildsCheckResolver :=
Resolver.ApacheMavenStagingRepo
ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
ThisBuild / javafmtSortImports := false
-ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.3"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.3"
addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck;
javafmtCheckAll; +headerCheckAll")
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt;
javafmtAll")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]