From fc2ab9485508c88c1fa29b392dd69de615a3a79e Mon Sep 17 00:00:00 2001 From: Julie <30670028+juliexxia@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:36:47 -0400 Subject: [PATCH 1/2] rm last usage of --experimental_build_setting_api --- docs/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/BUILD b/docs/BUILD index c05c2204..1d5d0d83 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -133,6 +133,5 @@ stardoc( name = "common_settings_docs", out = "common_settings_doc_gen.md", input = "//rules:common_settings.bzl", - semantic_flags = ["--experimental_build_setting_api=True"], deps = ["//rules:common_settings"], ) From bcab47f5c9b4a836730c4d5f6b9bad258c825680 Mon Sep 17 00:00:00 2001 From: Julie <30670028+juliexxia@users.noreply.github.com> Date: Thu, 30 Jul 2020 16:58:13 -0400 Subject: [PATCH 2/2] Update WORKSPACE --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index efcedf90..d78cfad6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -17,8 +17,8 @@ rules_pkg_dependencies() maybe( name = "bazel_federation", repo_rule = http_archive, - sha256 = "506dfbfd74ade486ac077113f48d16835fdf6e343e1d4741552b450cfc2efb53", - url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz", + sha256 = "b10529fcf8a464591e845588348533981e948315b706183481e0d076afe2fa3c", + url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.2/bazel_federation-0.0.2.tar.gz", ) load("@bazel_federation//:repositories.bzl", "bazel_skylib_deps", "rules_go")