This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch He-Pin-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit fc32a51084ca383d7151c53fc7801152a220d24c Author: kerr <[email protected]> AuthorDate: Thu Sep 7 14:10:59 2023 +0800 =sbt 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 994178910..e30fc1c26 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") // discipline addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") // docs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
