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 fff51c17a Update junit-platform-launcher to 6.1.2 (#1157)
fff51c17a is described below
commit fff51c17a2187d81aab7ceb64f7c2f3587a32136
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jul 13 07:06:48 2026 +0200
Update junit-platform-launcher to 6.1.2 (#1157)
Co-authored-by: Philippus Baalman <[email protected]>
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 973264fb0..10ea70429 100644
--- a/build.sbt
+++ b/build.sbt
@@ -29,7 +29,7 @@ ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
ThisBuild / javafmtSortImports := false
ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2"
-ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2"
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]