This is an automated email from the ASF dual-hosted git repository. He-Pin pushed a commit to branch unify-formatter-config in repository https://gitbox.apache.org/repos/asf/pekko.git
commit c094453a0f86e6cf120570dcc9a1aa48c073bf1a Author: 虎鸣 <[email protected]> AuthorDate: Sun Jun 14 20:09:30 2026 +0800 chore: upgrade sbt-java-formatter to 0.12.0 Motivation: Align sbt-java-formatter version with other pekko sub-projects to reduce maintenance burden and ensure consistent Java formatting. Modification: Upgrade sbt-java-formatter from 0.11.0 to 0.12.0 in project/plugins.sbt. Result: All pekko sub-projects now use the same sbt-java-formatter version (0.12.0). Tests: Not run - build config change only References: None - formatter unification across pekko sub-projects --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0fd782c791..c13ed21715 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") -addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.11.0") +addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.19.0") addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
