This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 8f4de379562ae36851628bf76ac846e535c37721 Author: PJ Fanning <[email protected]> AuthorDate: Fri Jul 24 16:16:13 2026 +0100 Update sbt-mima-plugin and other plugin versions (1.7.x) --- project/plugins.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 388f5c36e5..4c4bb64c70 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") @@ -22,11 +22,11 @@ addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "2.0.0") -addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") +addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.35") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") -addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5") +addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") addSbtPlugin("io.github.roiocam" % "sbt-depend-walker" % "0.1.1") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
