diff options
| author | Scala Steward | 2022-12-06 00:45:45 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-05 23:45:45 +0000 |
| commit | 9c85b3ce456dffc77e8ef5f0129a85cc59065ad2 (patch) | |
| tree | bf761696452c20c0880cb93edce9251b8728ed94 /project | |
| parent | c7c54ab708789773623c051c2903a88156c2e860 (diff) | |
Update sbt-mima-plugin to 1.1.1 (#2556)
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 7eaa7e5c..a788f775 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,7 +26,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") |
