Add sbt-mima-plugin

This commit is contained in:
Filipe Regadas 2019-10-16 19:27:11 +01:00 committed by Eugene Yokota
parent 50f3acd4c8
commit 2bce551450
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")