Skip to content

Update sbt-scalafmt to 2.6.1#2968

Merged
Philippus merged 1 commit into
apache:mainfrom
scala-steward:update/sbt-scalafmt-2.6.1
May 11, 2026
Merged

Update sbt-scalafmt to 2.6.1#2968
Philippus merged 1 commit into
apache:mainfrom
scala-steward:update/sbt-scalafmt-2.6.1

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.scalameta:sbt-scalafmt from 2.6.0 to 2.6.1

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (2.6.0).
You might want to review and update them manually.

CONTRIBUTING.md
actor-tests/src/test/scala/org/apache/pekko/PekkoVersionSpec.scala
cluster-tools/src/main/scala/org/apache/pekko/cluster/client/ClusterClient.scala
cluster/src/main/scala/org/apache/pekko/cluster/Cluster.scala
persistence/src/main/java/org/apache/pekko/persistence/fsm/japi/pf/FSMStateFunctionBuilder.java
persistence/src/main/java/org/apache/pekko/persistence/fsm/japi/pf/FSMStopBuilder.java
persistence/src/main/scala/org/apache/pekko/persistence/fsm/PersistentFSM.scala
persistence/src/main/scala/org/apache/pekko/persistence/fsm/PersistentFSMBase.scala
remote/src/main/resources/reference.conf
remote/src/main/scala/org/apache/pekko/remote/AckedDelivery.scala
remote/src/main/scala/org/apache/pekko/remote/RemoteSettings.scala
remote/src/main/scala/org/apache/pekko/remote/RemotingLifecycleEvent.scala
remote/src/main/scala/org/apache/pekko/remote/transport/AbstractTransportAdapter.scala
remote/src/main/scala/org/apache/pekko/remote/transport/FailureInjectorTransportAdapter.scala
remote/src/main/scala/org/apache/pekko/remote/transport/TestTransport.scala
remote/src/main/scala/org/apache/pekko/remote/transport/ThrottlerTransportAdapter.scala
remote/src/main/scala/org/apache/pekko/remote/transport/Transport.scala
remote/src/main/scala/org/apache/pekko/remote/transport/netty/NettyTransport.scala
remote/src/main/scala/org/apache/pekko/remote/transport/netty/SSLEngineProvider.scala
stream/src/main/scala/org/apache/pekko/stream/ActorMaterializer.scala
stream/src/main/scala/org/apache/pekko/stream/Materializer.scala
stream/src/main/scala/org/apache/pekko/stream/StreamRefSettings.scala
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
}]
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@Philippus Philippus merged commit c6e9a2e into apache:main May 11, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants