This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch He-Pin-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit a002aefa8bb0722f2e1d1d76fd908e06691b05bd Author: kerr <[email protected]> AuthorDate: Thu Sep 7 10:29:36 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 ed51926ac..1967805bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ resolvers ++= Resolver.sonatypeOssRepos("releases") // to more quickly obtain pa resolvers += Resolver.jcenterRepo addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
