aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2019-07-11 16:02:26 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-07-16 13:22:12 -0400
commit37b431348feb38f031b1719bd9e20b14ef76e9ee (patch)
tree9b09cd1cc3eb8a15fe939d9f8a186b8b65d7f68d /WORKSPACE
parentd6ea10c168e5bb1eac89061c5c8d60fd804c9754 (diff)
downloaddagger2-37b431348feb38f031b1719bd9e20b14ef76e9ee.tar.gz
Update to a version of bazel-common that exports truth8 from the regular truth target
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=257700177
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 9fda752c8..68c8a40d9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -16,8 +16,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "google_bazel_common",
- strip_prefix = "bazel-common-597824dfc652477e08f229707fa167f595cf7060",
- urls = ["https://github.com/google/bazel-common/archive/597824dfc652477e08f229707fa167f595cf7060.zip"],
+ strip_prefix = "bazel-common-3ce0644a7d7da09218b96b3218f409ea8f8c84e6",
+ urls = ["https://github.com/google/bazel-common/archive/3ce0644a7d7da09218b96b3218f409ea8f8c84e6.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")