This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e1dfc37 refactor: upgrade JUnit Jupiter to 6.1.0 (#857)
6e1dfc37 is described below

commit 6e1dfc372bccfc72bddfbf576f0f545aaa185ac6
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Fri Jun 26 23:58:13 2026 +0800

    refactor: upgrade JUnit Jupiter to 6.1.0 (#857)
    
    Motivation:
    JUnit 6 unifies version numbering across Platform, Jupiter, and Vintage.
    
    Modification:
    Add JupiterKeys overrides for JUnit Jupiter and Platform 6.1.0.
    
    Result:
    All JUnit tests run on JUnit 6.1.0.
---
 build.sbt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.sbt b/build.sbt
index 67b4ba47..2a4f7211 100644
--- a/build.sbt
+++ b/build.sbt
@@ -26,6 +26,9 @@ ThisBuild / reproducibleBuildsCheckResolver := 
Resolver.ApacheMavenStagingRepo
 
 ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
 
+ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.0"
+ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.0"
+
 ThisBuild / javafmt / excludeFilter := (javafmt / excludeFilter).value || new 
SimpleFileFilter(
   
_.getCanonicalPath.contains(s"${java.io.File.separator}jdoc${java.io.File.separator}")
 )


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to