commit | 25fa249292a2ad75111aa6f046624d037a48cee8 | [log] [tgz] |
---|---|---|
author | Cody Schroeder <schroederc@google.com> | Mon May 13 12:25:17 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon May 13 12:25:17 2019 -0700 |
tree | 6fbabd290ab1776989b86cac371818cfa0088491 | |
parent | 233576c236dd78875842bdd5a072a6c2db945bf3 [diff] |
build(bazel): support Bazel 0.25.2 (#3736)
diff --git a/WORKSPACE b/WORKSPACE index 588eed3..378c2d0 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -6,7 +6,7 @@ # Check that the user has a version between our minimum supported version of # Bazel and our maximum supported version of Bazel, and not one of the known-bad releases. -check_version("0.25.1", "0.25.1") +check_version("0.25.1", "0.25.2") http_archive( name = "bazel_toolchains",