From 319a82ab7da5d80115a60212822c8b8b6d4f84f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jul 2023 12:52:34 +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 973b738..8d5f83b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")