diff options
| author | Jiuyang Liu | 2021-05-28 00:09:12 +0800 |
|---|---|---|
| committer | GitHub | 2021-05-28 00:09:12 +0800 |
| commit | 2014fccab2e878c3a0dbd6d0dd1a2affa359798e (patch) | |
| tree | 06ddf0a82417c35301cb0363a90a0f63acd04236 /project/plugins.sbt | |
| parent | 8bca41522cdc4b8ff69734cd159ce29f984d3290 (diff) | |
| parent | dc98264565c8b78b75cd82bcf92df22ac43b41b5 (diff) | |
Merge pull request #2248 from scala-steward/update/sbt-mima-plugin-0.9.2
Update sbt-mima-plugin to 0.9.2
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 b7b3a220..b934fd06 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") |
