diff options
| author | Scala Steward | 2021-05-14 15:28:36 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-14 13:28:36 +0000 |
| commit | 6bdb38d56627ddd86defefce8e401ab8b8256d0a (patch) | |
| tree | feaa788ffb875b68e4f1dc643a1240884891b58b | |
| parent | 6aa86b13abe25271278498836217c89c00d7b151 (diff) | |
Update sbt-mima-plugin to 0.9.1 (#2224)
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 3b75b958..b7b3a220 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") |
