Skip to content

Commit

Permalink
build(deps): update sbt-mima-plugin from 1.1.3 to 1.1.4 (#370)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[com.typesafe:sbt-mima-plugin](https://github.com/lightbend-labs/mima)
from `1.1.3` to `1.1.4`

📜 [GitHub Release
Notes](https://github.com/lightbend-labs/mima/releases/tag/1.1.4) -
[Version
Diff](lightbend-labs/mima@1.1.3...1.1.4) -
[Version
Diff](lightbend-labs/mima@release-1.1.3...release-1.1.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/14ead00cadd6532fcd029565144d39446d05bf34/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.typesafe", artifactId = "sbt-mima-plugin" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.typesafe", artifactId = "sbt-mima-plugin" }
}]
```
</details>

<sup>
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch,
version-scheme:early-semver, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Aug 14, 2024
1 parent 7e24d66 commit 427285c
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,4 +5,4 @@ addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.16.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

0 comments on commit 427285c

Please sign in to comment.