diff options
| author | Jiuyang Liu | 2021-05-28 00:09:21 +0800 |
|---|---|---|
| committer | GitHub | 2021-05-28 00:09:21 +0800 |
| commit | 82764bbd498ef116614ff8f84a5842b6aee2f6b1 (patch) | |
| tree | 93f36a8534553a16a8a96e72e6fbbcf78ae62fe1 /project/plugins.sbt | |
| parent | 26a8e9c88cf31c38a09a7f67700ec3244fa45237 (diff) | |
| parent | 2014fccab2e878c3a0dbd6d0dd1a2affa359798e (diff) | |
Merge branch 'master' into update/sbt-scalafix-0.9.28
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 f9f4d9ca..ac0e6d61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -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") |
