Skip to content

Commit 9ea4d2f

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.19.1")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2")
77
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")
8-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
8+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")

0 commit comments

Comments
 (0)