Skip to content

Commit

Permalink
Update scalac-scapegoat-plugin to 3.1.2 (#123)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates com.sksamuel.scapegoat:scalac-scapegoat-plugin from `3.1.1` to
`3.1.2`

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

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:early-semver, 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 Oct 28, 2024
1 parent e67f4e1 commit 5cd60b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lazy val scalaDependencies = Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
)

ThisBuild / scapegoatVersion := "3.1.1"
ThisBuild / scapegoatVersion := "3.1.2"

lazy val scalacOptions_2_12 = Seq(
"-unchecked",
Expand Down

0 comments on commit 5cd60b2

Please sign in to comment.