From 61ccb5557d2222c8f141e059c208b8e177508a89 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Apr 2023 17:50:48 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1500ec2..32aab97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1. addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")