summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-07-16 13:45:11 -0400
committerMarco Miller <marco.miller@ericsson.com>2020-07-16 13:45:17 -0400
commit3aec5dd7a502b3f0ad50b017baa7971e1de91709 (patch)
tree503039f3cfe33a12fe0dce72b7a6ac0099105626
parentecfb79dfca9adf751ac7aab06349d0ae4f0d9696 (diff)
Update buildifier version to 3.3.0
Do so based on the merged CI change Iea2fbeeb6. Change-Id: I3cae64adf2b8c715e268837a9e59d7d87b3737d0
-rw-r--r--Documentation/dev-contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt
index b2b95469c4..512b41668e 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -171,7 +171,7 @@ To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.7), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
-tool (version 3.2.1). Unused dependencies are found and removed using the
+tool (version 3.3.0). Unused dependencies are found and removed using the
link:https://github.com/bazelbuild/buildtools/tree/master/unused_deps[`unused_deps`]
build tool, a sibling of `buildifier`.