Skip to content

Commit

Permalink
Update sbt-mima-plugin to 1.1.4 (#1296)
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/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.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>

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Erik van Oosten <[email protected]>
  • Loading branch information
zio-scala-steward[bot] and erikvanoosten authored Aug 25, 2024
1 parent 55ea074 commit 26ff52b
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 @@ -7,6 +7,6 @@ addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

resolvers ++= Resolver.sonatypeOssRepos("public")

0 comments on commit 26ff52b

Please sign in to comment.