From 1c8f42204abf04ffa86a4c15edf4e6da9b47cc57 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 31 Mar 2023 00:39:49 +0000 Subject: [PATCH] Update sbt-mima-plugin to 1.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bb77e973..82a6c7b9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0" addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.20.1"