This is an automated email from the ASF dual-hosted git repository. He-Pin pushed a commit to branch fix/scala-3.9-compat in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 0cde1fba16478f2b3435ff54119effb89eb108dc Author: 虎鸣 <[email protected]> AuthorDate: Thu Jun 18 20:49:26 2026 +0800 chore: apply scalafmt to project/PekkoBuild.scala Motivation: CI scalafmt check failed because project/PekkoBuild.scala was not formatted. Modification: Ran scalafmt on the build file. Result: scalafmtSbtCheck and Code is formatted CI checks should pass. Tests: Not run - formatting only --- project/PekkoBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/PekkoBuild.scala b/project/PekkoBuild.scala index 68efe08414..4abf525c83 100644 --- a/project/PekkoBuild.scala +++ b/project/PekkoBuild.scala @@ -98,7 +98,7 @@ object PekkoBuild { "-unchecked", // 'blessed' since 2.13.1 "-language:higherKinds") ++ - (if (CrossVersion.partialVersion(scalaVersion.value).exists(_._2 < 9)) Seq("-Yfuture-lazy-vals") else Seq.empty) + (if (CrossVersion.partialVersion(scalaVersion.value).exists(_._2 < 9)) Seq("-Yfuture-lazy-vals") else Seq.empty) } else { Seq( "-encoding", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
