diff options
| author | Scala Steward | 2021-09-13 20:42:56 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-13 18:42:56 +0000 |
| commit | e27de290cd649581957958ab212be8a115a29177 (patch) | |
| tree | 305f2394ca2595016fe5ed469df3b5afba88fe41 /project/plugins.sbt | |
| parent | 2b51053fe7744d6860416c7de8bcb99d4aa9e532 (diff) | |
Update sbt-mima-plugin to 1.0.0 (#2086)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project/plugins.sbt')
| -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 25e4d0c1..e97d436f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") |
