summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.mmiller@gmail.com>2020-09-25 21:22:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-25 21:22:45 +0000
commit526e153fb80ef4db5c29b25fdf323203b76903c3 (patch)
treefd46c5e021f4eadf23a795c3eed293ea0f6a7989
parent9d0b601407722b8064407e515b3b69e9b904f829 (diff)
parent5321f39ca996676c3aa0048e36e5a5190fa30001 (diff)
Merge "Update the recommended buildifier version to 3.5.0" into stable-3.0
-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 512b41668e..0a7c1003eb 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.3.0). Unused dependencies are found and removed using the
+tool (version 3.5.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`.