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.git


The following commit(s) were added to refs/heads/main by this push:
     new 952b3f29b1 chore: bump scalafmt to 3.9.9 (#2047)
952b3f29b1 is described below

commit 952b3f29b1c9d38afdd4a47283e77941b8b82f10
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sat Aug 23 17:34:23 2025 +0800

    chore: bump scalafmt to 3.9.9 (#2047)
---
 .scalafmt.conf                                                          | 2 +-
 .../src/main/scala/org/apache/pekko/cluster/ddata/VersionVector.scala   | 2 +-
 project/SbtMultiJvmPlugin.scala                                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.scalafmt.conf b/.scalafmt.conf
index c4cf1ef617..1b5a4a6bff 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version                                  = 3.9.7
+version                                  = 3.9.9
 runner.dialect                           = scala213
 project.git                              = true
 style                                    = defaultWithAlign
diff --git 
a/distributed-data/src/main/scala/org/apache/pekko/cluster/ddata/VersionVector.scala
 
b/distributed-data/src/main/scala/org/apache/pekko/cluster/ddata/VersionVector.scala
index fe41e8bf7a..ce6e47c8c3 100644
--- 
a/distributed-data/src/main/scala/org/apache/pekko/cluster/ddata/VersionVector.scala
+++ 
b/distributed-data/src/main/scala/org/apache/pekko/cluster/ddata/VersionVector.scala
@@ -398,7 +398,7 @@ final case class ManyVersionVector(versions: 
TreeMap[UniqueAddress, Long]) exten
     else this
 
   override def toString: String =
-    versions.map { case ((n, v)) => n.toString + " -> " + v 
}.mkString("VersionVector(", ", ", ")")
+    versions.map { case (n, v) => n.toString + " -> " + v 
}.mkString("VersionVector(", ", ", ")")
 
   /** INTERNAL API */
   @InternalApi override private[pekko] def estimatedSize: Int =
diff --git a/project/SbtMultiJvmPlugin.scala b/project/SbtMultiJvmPlugin.scala
index a374524399..726dfd14d3 100644
--- a/project/SbtMultiJvmPlugin.scala
+++ b/project/SbtMultiJvmPlugin.scala
@@ -494,7 +494,7 @@ object MultiJvmPlugin extends AutoPlugin {
     val hosts = classesHostsJavas.map(_._2)
     // TODO move this out, maybe to the hosts string as well?
     val syncProcesses = classesHostsJavas.map {
-      case ((testClass, hostAndUser, java)) =>
+      case (testClass, hostAndUser, java) =>
         (testClass + " sync", Jvm.syncJar(testJar, hostAndUser, targetDir, 
log))
     }
     val syncResult = processExitCodes(name, syncProcesses, log)


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

Reply via email to