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 18a338d93a..896670e293 100644
--- a/BUILD
+++ b/BUILD
@@ -106,6 +106,6 @@ genrule(
# Will be removed once toolchain fetching is supported.
filegroup(
name = "dummy_toolchain_reference",
- srcs = ["@bazel_toolchains//configs/debian8_clang/0.1.0/bazel_0.6.0:empty"],
+ srcs = ["@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.7.0:empty"],
visibility = ["//visibility:public"],
)