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 32b9c62031..09f641ad1e 100644
--- a/BUILD
+++ b/BUILD
@@ -111,6 +111,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.8.0:empty"],
+ srcs = ["@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.9.0:empty"],
visibility = ["//visibility:public"],
)