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-samples.git
commit 20df93adeaa087a3b9b3d87deaa1f8f1e847a010 Author: 虎鸣 <[email protected]> AuthorDate: Sun Jun 14 20:16:36 2026 +0800 chore: upgrade scalafmt to 3.11.1 to match other pekko sub-projects Motivation: Align scalafmt version with other pekko sub-projects for consistency. Modification: Upgrade scalafmt version in .scalafmt.conf from 3.9.3 to 3.11.1. Result: pekko-samples uses the same scalafmt version as all other pekko projects. Tests: Not run - config change only References: None - formatter unification across pekko sub-projects --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index dc2a5c8..0cc2996 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.3 +version = 3.11.1 runner.dialect = scala213 project.git = true style = defaultWithAlign --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
