From 2bce55145098ac97f77e3156b2751834f8d718e5 Mon Sep 17 00:00:00 2001 From: Filipe Regadas Date: Wed, 16 Oct 2019 19:27:11 +0100 Subject: [PATCH] Add sbt-mima-plugin --- project/plugins.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/project/plugins.sbt b/project/plugins.sbt index 67659a3df..f9dc11cb7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")