diff options
| author | Scala Steward | 2021-10-20 05:12:43 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-20 03:12:43 +0000 |
| commit | 5c4c43502eb0723d71b8ee1df9faab0e477e17a0 (patch) | |
| tree | 196dd8dc7b2b8ea3636e4ae42186e35f13b8da83 /project/plugins.sbt | |
| parent | 530d89ecb29885abdf92de4496ddddbd787f24c9 (diff) | |
Update sbt-mima-plugin to 1.0.1 (#2176)
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 18c8c702..d0b2f953 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" % "1.0.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") |
