From 5bd117230be729e7174384f1fc90ac05010134e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Oct 2020 20:45:29 +0200 Subject: [PATCH] Update sbt-mima-plugin to 0.8.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 43b67561..c9f8aa96 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.10") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")