From af3f8aed054a443ad1f454ccde2ec0656949f4b7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 2 Mar 2020 10:42:33 +0100 Subject: [PATCH] Update sbt-mima-plugin to 0.7.0 (#203) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7ff2b3434..319bd5cbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-3") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.0-RC5-3")