Skip to content

Commit

Permalink
updating bazel common to latest HEAD.
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd committed May 5, 2019
1 parent 08d81dd commit c281a53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_common",
sha256 = "3656cb5b1a49be1077f13ba9e9cf79e690675870dc7edec8943aebaf7e94dd44",
strip_prefix = "bazel-common-c0a6655a70fb389dbb6473989450df0c86447ec3",
urls = ["https://github.com/google/bazel-common/archive/c0a6655a70fb389dbb6473989450df0c86447ec3.zip"],
sha256 = "ccdd09559b49c7efd9e4b0b617b18e2a4bbdb2142fc30dfd3501eb5fa1294dcc",
strip_prefix = "bazel-common-f3dc1a775d21f74fc6f4bbcf076b8af2f6261a69",
urls = ["https://github.com/google/bazel-common/archive/f3dc1a775d21f74fc6f4bbcf076b8af2f6261a69.zip"],
)

load("@bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")

google_common_workspace_rules()

0 comments on commit c281a53

Please sign in to comment.