aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 76c7f52068..f21bbad90c 100644
--- a/BUILD
+++ b/BUILD
@@ -109,6 +109,6 @@ genrule(
# Will be removed once toolchain fetching is supported.
filegroup(
name = "dummy_toolchain_reference",
- srcs = ["@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.7.0:empty"],
+ srcs = ["@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.8.0:empty"],
visibility = ["//visibility:public"],
)