aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2019-06-04 11:35:21 -0700
committerDavid P. Baker <4306377+netdpb@users.noreply.github.com>2019-06-05 11:07:48 -0400
commitb0fc43e1aa1739d9fb89e52eceb73aa28b75ba16 (patch)
treec72cd55db0785e36ef7263866d4240c4364d21ff /WORKSPACE
parente2c18ea4e9526603774f77e485e96afa293d34d4 (diff)
downloaddagger2-b0fc43e1aa1739d9fb89e52eceb73aa28b75ba16.tar.gz
Update bazel-common to pull in Truth 0.45 and Compile-Testing 0.18.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=251481609
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8758b38f4..9fda752c8 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-26011657fee96a949c66500b1662c4c7288a4968",
- urls = ["https://github.com/google/bazel-common/archive/26011657fee96a949c66500b1662c4c7288a4968.zip"],
+ strip_prefix = "bazel-common-597824dfc652477e08f229707fa167f595cf7060",
+ urls = ["https://github.com/google/bazel-common/archive/597824dfc652477e08f229707fa167f595cf7060.zip"],
)
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")