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

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


The following commit(s) were added to refs/heads/main by this push:
     new 031e9277 Update scalafmt-core to 3.8.6 (#432)
031e9277 is described below

commit 031e92777686183370906fd6fe9f38d82be87be2
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 11:49:52 2025 +0800

    Update scalafmt-core to 3.8.6 (#432)
    
    * Update scalafmt-core to 3.8.6
    
    * Reformat with scalafmt 3.8.6
    
    Executed command: scalafmt --non-interactive
    
    * Add 'Reformat with scalafmt 3.8.6' to .git-blame-ignore-revs
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 .git-blame-ignore-revs                                                 | 3 +++
 .scalafmt.conf                                                         | 2 +-
 .../src/main/scala/example/myapp/helloworld/Main.scala                 | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index 343b3660..29d9a853 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -8,3 +8,6 @@ ef953f191a9007bbd7da816f445fde89680c6159
 
 # Scala Steward: Reformat with scalafmt 3.8.2
 a873c91c285bc60ea274eb612eb14c4be77e8d32
+
+# Scala Steward: Reformat with scalafmt 3.8.6
+9df5891ae745bd07a5af8b15e3a393eb4d128272
diff --git a/.scalafmt.conf b/.scalafmt.conf
index a285517b..f4369c7f 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version                                  = 3.8.3
+version                                  = 3.8.6
 runner.dialect                           = scala213
 project.git                              = true
 style                                    = defaultWithAlign
diff --git 
a/sbt-plugin/src/sbt-test/gen-scala-server/04-server-reflection/src/main/scala/example/myapp/helloworld/Main.scala
 
b/sbt-plugin/src/sbt-test/gen-scala-server/04-server-reflection/src/main/scala/example/myapp/helloworld/Main.scala
index 2a32b283..9e6b4cb6 100644
--- 
a/sbt-plugin/src/sbt-test/gen-scala-server/04-server-reflection/src/main/scala/example/myapp/helloworld/Main.scala
+++ 
b/sbt-plugin/src/sbt-test/gen-scala-server/04-server-reflection/src/main/scala/example/myapp/helloworld/Main.scala
@@ -73,7 +73,7 @@ object Main extends App {
     ServiceHandler.concatOrNotFound(
       greeterPartial,
       echoPartial,
-      reflection),
+      reflection)
   // #server-reflection-manual-concat
 
 }


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

Reply via email to