Add sbt-mima-plugin

This commit is contained in:
Filipe Regadas 2019-10-16 19:27:11 +01:00
parent 066307998f
commit 9cdf5957ed
No known key found for this signature in database
GPG Key ID: 56776825923FC777
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.14")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")