summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-09-24 12:37:27 -0400
committerMarco Miller <marco.miller@ericsson.com>2020-09-24 12:48:07 -0400
commit5321f39ca996676c3aa0048e36e5a5190fa30001 (patch)
tree47ae26d6ae512212ebcc072e4d9337a3ab1bae1a
parent1cc5bd13d50706045132424a27e1c6071360d6c4 (diff)
Update the recommended buildifier version to 3.5.0
The only noteworthy change since 3.3.0 being [1,2]. This is beside other fixes and improvements [3]. [1] "New warning provider-params" [2] https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#provider-params [3] https://github.com/bazelbuild/buildtools/releases Change-Id: I475d7b257b34d1de812c770aa37a988fd589dfee
-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`.