Skip to content

Commit

Permalink
Update sbt-scalafix to 0.13.0 (#206)
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/ee1dbea86cd10033d5f25971ff9d9e3b17f159c3/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 = "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, early-semver-major, semver-spec-minor,
commit-count:1
</sup>
  • Loading branch information
arainko authored Sep 28, 2024
2 parents 88a234e + 0489b2b commit a3cdf2c
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
@@ -1,6 +1,6 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")
Expand Down

0 comments on commit a3cdf2c

Please sign in to comment.