From 662cf62c9528108498c2000e91aba94c130411f4 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 4 Aug 2017 16:20:02 +0200 Subject: [PATCH] Switch to sbt-mima 0.1.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 34b1720c7..873a980fa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ plugins_( "io.get-coursier" % "sbt-coursier" % coursierVersion, - "com.typesafe" % "sbt-mima-plugin" % "0.1.14", + "com.typesafe" % "sbt-mima-plugin" % "0.1.15", "org.xerial.sbt" % "sbt-pack" % "0.8.2", "com.jsuereth" % "sbt-pgp" % "1.0.1", "com.typesafe.sbt" % "sbt-proguard" % "0.2.3",