From 82dd1ce103e14824a1473682bd1a5b06eebc9c78 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 23:11:46 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c4d8b8f..1940fbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")