From ec0e81c0f4f8d0a3a65959b8664842dfdb5d61f0 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 14 Feb 2017 12:21:12 +0100 Subject: [PATCH] =pro update to mima 0.1.14 (cherry picked from commit 3f789da965064e42304992645fdefd4d044b15b7) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c4ad0782f8..3adebab4e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.7.1") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.1") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.13") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")