diff options
| author | Scala Steward | 2021-05-26 12:36:46 +0200 |
|---|---|---|
| committer | Jiuyang Liu | 2021-05-27 21:59:19 +0800 |
| commit | cc6d925f31ef5253b6af50146d79e20d8e575adb (patch) | |
| tree | a045eb45571af16f3e2e5ef4ce9e3b39fffa6f4e | |
| parent | 6ccff4848fcf55cb1e865738a67f2bec25988ac8 (diff) | |
Update sbt-mima-plugin to 0.9.2
| -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 17540e98..b4dfb638 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") |
