This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/1.4.x by this push:
new a122129b3 upgrade sbt plugins on 1.4.x branch (#904)
a122129b3 is described below
commit a122129b30a4427091916731945fafc845bca07e
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 19 08:56:47 2025 +0100
upgrade sbt plugins on 1.4.x branch (#904)
* Update plugins.sbt
* revert sbt-header change
* Update plugins.sbt
---
project/plugins.sbt | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1dd81287d..d0d10594e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,7 +17,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" %
"3.0.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") //
for advanced PR validation features
-addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
+addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.8.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")
@@ -25,11 +25,9 @@ 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.32")
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
-addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5")
-addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
// used in ValidatePullRequest to check github PR comments whether to build
all subprojects
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]