Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.5.4 (#714)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt)
from `2.5.3` to `2.5.4`

📜 [GitHub Release
Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.5.4) -
[Version
Diff](scalameta/sbt-scalafmt@v2.5.3...v2.5.4)

## 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`](https://github.com/scala-steward-org/scala-steward/blob/cef750ca7ef49bfcc10ef9e8db0c6284b3a873c5/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

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" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "org.scalameta",
          "artifactId" : {
            "name" : "sbt-scalafmt",
            "maybeCrossName" : null
          },
          "version" : "2.5.3",
          "sbtVersion" : "1.0",
          "scalaVersion" : "2.12",
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "2.5.4"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "sbt-plugin-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Jan 20, 2025
1 parent 1432e6e commit 5b5d88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 comments on commit 5b5d88b

Please sign in to comment.