Skip to content

Commit

Permalink
Update sbt-scapegoat to 1.2.6 (#105)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[com.sksamuel.scapegoat:sbt-scapegoat](https://github.com/scapegoat-scala/sbt-scapegoat)
from `1.2.4` to `1.2.6`

📜 [GitHub Release
Notes](https://github.com/scapegoat-scala/sbt-scapegoat/releases/tag/v1.2.6)
- [Version
Diff](scapegoat-scala/sbt-scapegoat@v1.2.4...v1.2.6)

## 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/767fcfecbfd53c507152f6cf15c846176bae561d/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 = "com.sksamuel.scapegoat", artifactId = "sbt-scapegoat" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.sksamuel.scapegoat", artifactId = "sbt-scapegoat" }
}]
```
</details>

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

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Sep 30, 2024
1 parent 0e70c1a commit 728bfcc
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 @@ -5,7 +5,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

// sbt> scapegoat
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.4")
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.6")

// Publish to sonatype
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
Expand Down

0 comments on commit 728bfcc

Please sign in to comment.