diff options
| author | Scala Steward | 2021-11-20 09:25:08 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 08:25:08 +0000 |
| commit | f11e808d8aaebfbaeffe4d45f16f99a59f6a8d42 (patch) | |
| tree | bf9506f0dd027710d9141b47591be129da77444a /project | |
| parent | 788446c87885e65f8f577f455d569accb8c84ec2 (diff) | |
Update sbt-mima-plugin to 1.0.1 (#2385)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -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 84ddd042..29b03b93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,7 +26,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") |
