From 46bbad45115e056d55d7dc5d9ed4f1b53eb50133 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jul 2023 15:29:49 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8c03325..07f3bb1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9") addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") \ No newline at end of file +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") \ No newline at end of file