Skip to content

Commit

Permalink
Update sbt-scalafix to 0.13.0 (#3665)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix)
from `0.12.1` to `0.13.0`

πŸ“œ [GitHub Release
Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.13.0)
- [Version
Diff](scalacenter/sbt-scalafix@v0.12.1...v0.13.0)

## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (0.12.1).
You might want to review and update them manually.
```
docs/release-notes.md
```
</details>
<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
}]
```
</details>

<sup>
labels: sbt-plugin-update
</sup>
  • Loading branch information
xerial-bot authored Sep 28, 2024
1 parent 4c24799 commit 3cfec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")

// For auto-code rewrite
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")

// For integration testing
val SBT_AIRFRAME_VERSION = sys.env.getOrElse("SBT_AIRFRAME_VERSION", "24.2.3")
Expand Down

0 comments on commit 3cfec48

Please sign in to comment.