File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,17 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
1717addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.2" )
1818addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
1919addSbtPlugin(" 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" )
2121addSbtPlugin(" com.lightbend.sbt" % " sbt-bill-of-materials" % " 1.0.2" )
2222addSbtPlugin(" com.github.sbt" % " sbt-license-report" % " 1.7.0" )
2323
2424addSbtPlugin(" org.apache.pekko" % " pekko-sbt-paradox" % " 1.0.1" )
2525
2626addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
2727addSbtPlugin(" 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" )
3029addSbtPlugin(" 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" )
3331addSbtPlugin(" com.lightbend.sbt" % " sbt-java-formatter" % " 0.7.0" )
3432
3533// used in ValidatePullRequest to check github PR comments whether to build all subprojects
You can’t perform that action at this time.
0 commit comments