From e19e7030eb9d3c7bbda0f5a66bd9c067ee7deec0 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 21 Jul 2023 00:44:12 +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 03582c47..4a3ac4df 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.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.20.2"