From 59573b152a9fee261778dbf46257d1200c570dde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jul 2023 14:34:55 +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 05c1858..d41c0cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") \ No newline at end of file +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") \ No newline at end of file