This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-4 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit 7ec65a9befdec41784c277c51fec6b6814bab33d Author: PJ Fanning <[email protected]> AuthorDate: Fri Jul 24 16:09:12 2026 +0100 Update sbt-reproducible-builds plugin version to 0.35 (1.4.x) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1d9a4efc7..d66b3e7df 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0") addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.33") +addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.35") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.7") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13") addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
