Merge pull request #16 from fweikert:patch-2

PiperOrigin-RevId: 271969643
Change-Id: Ibb1cc707f170be7310ab1c661e40373d85b17754
diff --git a/WORKSPACE b/WORKSPACE
index da51813..2dfeff0 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,9 +3,9 @@
 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 http_archive(
     name = "bazel_federation",
-    url = "https://github.com/bazelbuild/bazel-federation/archive/01dc3f937696174c9764e23978f9d2e7105fd855.zip",
-    sha256 = "64229f859bb0465fcdb654b31b3e547bbd5462005beaebbc09eb0ec735044cdd",
-    strip_prefix = "bazel-federation-01dc3f937696174c9764e23978f9d2e7105fd855",
+    url = "https://github.com/bazelbuild/bazel-federation/archive/f0e5eda7f0cbfe67f126ef4dacb18c89039b0506.zip", # 2019-09-30
+    sha256 = "33222ab7bcc430f1ff1db8788c2e0118b749319dd572476c4fd02322d7d15792",
+    strip_prefix = "bazel-federation-f0e5eda7f0cbfe67f126ef4dacb18c89039b0506",
     type = "zip",
 )