diff options
| author | Scala Steward | 2022-04-20 07:09:34 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-20 05:09:34 +0000 |
| commit | b338923caa40793041685a1e128af6248c03fe04 (patch) | |
| tree | 035a056711b73929bbd04ffa8cf5d5dfd463e5a6 | |
| parent | 06ccf51a031d73e7b42f5f8fbba0ca75a2177ca2 (diff) | |
Update sbt-mima-plugin to 1.1.0 (#2507)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index a698fbb8..d21172e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,7 +26,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") |
