From 9af449ad6753ed98938dc761792085af5d13af53 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:15:31 +0100 Subject: [PATCH] Update sbt-mima-plugin to 1.1.3 (#473) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e53ed21c5..ec5423f0a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.3") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")