diff options
| author | Scala Steward | 2021-05-09 19:01:27 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-09 17:01:27 +0000 |
| commit | e88db6aca7534784a27b7438829c3367ce9afe82 (patch) | |
| tree | 7b3fa74568f03a75d3f33258ed3783d5d495bc53 /project | |
| parent | 6db311b39b2330637e5bf47f308e68292eca1381 (diff) | |
Update sbt-mima-plugin to 0.9.0 (#2217)
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 f0f275d0..b897964c 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.8.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") |
