aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-07-24 13:12:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-24 13:16:04 -0700
commitbb384118db531a7951735dcdc809b5735bc02a76 (patch)
treebd1868fefa81d04e9c7c3fb5b789f26604fa2ef2 /WORKSPACE
parent3ca47448added403f065b43395f38c538c1602f9 (diff)
Upgrade bazel to 0.15.0.
PiperOrigin-RevId: 205878953
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e7cf23a159..17961829a6 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -18,7 +18,7 @@ closure_repositories()
# files, in case the parsing of those build files depends on the bazel
# version we require here.
load("//tensorflow:version_check.bzl", "check_bazel_version_at_least")
-check_bazel_version_at_least("0.13.0")
+check_bazel_version_at_least("0.15.0")
load("//tensorflow:workspace.bzl", "tf_workspace")