aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/runfiles/BUILD.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runfiles/BUILD.tools b/tools/runfiles/BUILD.tools
index 04c8e6fc3d..ec0f12a908 100644
--- a/tools/runfiles/BUILD.tools
+++ b/tools/runfiles/BUILD.tools
@@ -2,5 +2,5 @@ java_library(
name = "java-runfiles",
exports = ["//tools/java/runfiles"],
visibility = ["//visibility:public"],
- deprecation = "Depend on @bazel_tools//tools/java/runfiles instead. This target will be deleted in Bazel 0.18.0",
+ deprecation = "Depend on @bazel_tools//tools/java/runfiles instead. This target will be deleted in Bazel 0.19.0",
)