Commit 9ea4d2f
authored
build(deps): update sbt-mima-plugin from 1.1.4 to 1.1.5 (#603)
## About this PR
📦 Updates
[com.typesafe:sbt-mima-plugin](https://github.com/lightbend-labs/mima)
from `1.1.4` to `1.1.5`
📜 [GitHub Release
Notes](https://github.com/lightbend-labs/mima/releases/tag/v1.1.5)
## 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/25916988b80352bc1dbe97206a9d9829cc92cca9/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>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "com.typesafe",
"artifactId" : {
"name" : "sbt-mima-plugin",
"maybeCrossName" : null
},
"version" : "1.1.4",
"sbtVersion" : "1.0",
"scalaVersion" : "2.12",
"configurations" : null
}
],
"newerVersions" : [
"1.1.5"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"sbt-plugin-update",
"early-semver-patch",
"semver-spec-patch",
"version-scheme:early-semver",
"commit-count:1"
]
} -->1 parent 297cc70 commit 9ea4d2f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments