From 2be043df3e2964c0854782f5ef4d09fb141410de Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Jul 2023 21:38:57 +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 67252237..2933af6a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // compliance addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") // release addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // docs