Skip to content

Commit a122129

Browse files
authored
upgrade sbt plugins on 1.4.x branch (#904)
* Update plugins.sbt * revert sbt-header change * Update plugins.sbt
1 parent 3493108 commit a122129

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

project/plugins.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,17 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
1717
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
1818
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1919
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") // for advanced PR validation features
20-
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
20+
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.8.0")
2121
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
2222
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")
2323

2424
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
2525

2626
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
2727
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
28-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
29-
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
28+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
3029
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
31-
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5")
32-
addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
30+
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7")
3331
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
3432

3533
// used in ValidatePullRequest to check github PR comments whether to build all subprojects

0 commit comments

Comments
 (0)