aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authordanysantiago <danysantiago@google.com>2020-05-12 11:43:04 -0700
committerKurt Alfred Kluever <kak@google.com>2020-05-13 10:44:09 -0400
commit11c86ec41401d88dd9a16fd886e5a695642ea171 (patch)
tree8960337ae9da3e87b69114da67e74bf601211636 /WORKSPACE
parent03be48c2a2392a6fb7bd5429ae5a00a7efbe1721 (diff)
downloaddagger2-11c86ec41401d88dd9a16fd886e5a695642ea171.tar.gz
Update bazel_common containing jarjar fix.
Fixes https://github.com/google/dagger/issues/1812 RELNOTES=Fix deploy script for Mac by updating bazel_common containing a fix in the jarjar macro. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=311169973
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 2731b0d04..cc52703a5 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -16,9 +16,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "google_bazel_common",
- sha256 = "18f266d921db1daa2ee9837343938e37fa21e0a8b6a0e43a67eda4c30f62b812",
- strip_prefix = "bazel-common-eb5c7e5d6d2c724fe410792c8be9f59130437e4a",
- urls = ["https://github.com/google/bazel-common/archive/eb5c7e5d6d2c724fe410792c8be9f59130437e4a.zip"],
+ sha256 = "d788ba4b870b6c3bf2f6f3c0afc6cd6264694b1d5642f1cc6d891346ab7db33d",
+ strip_prefix = "bazel-common-9b6fa67f5645f6eb95399ff5eace1f63d889715a",
+ urls = ["https://github.com/google/bazel-common/archive/9b6fa67f5645f6eb95399ff5eace1f63d889715a.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")