From 09e5b8ef3705d12aac6c6c84ca34bc1a5dbde21d Mon Sep 17 00:00:00 2001 From: Scala steward Date: Fri, 12 Oct 2018 01:50:06 +0200 Subject: [PATCH] Update sbt-mima-plugin to 0.1.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 067e209..71274e6 100644 --- a/build.sbt +++ b/build.sbt @@ -28,4 +28,4 @@ bintrayOrganization := None // We still run our plugin builds for 2.11 on Java 6, so we cannot upgrade. addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.8.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")