diff options
| author | Scala Steward | 2021-05-07 04:27:06 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-07 02:27:06 +0000 |
| commit | 1f798a3a196b190cc5e100734f1f5479729431ac (patch) | |
| tree | bb09d131f74339fd9259ad3103b18f46ad3218ac | |
| parent | 361e4433ac6f0db8564415f07258ae151a48affe (diff) | |
Update sbt-mima-plugin to 0.9.0 (#1900)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
| -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 852afd87..3d6f7902 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") |
