Skip to content

Commit

Permalink
Upgrade bazel-common commit in floggers' WORKSPACE file.
Browse files Browse the repository at this point in the history
Preparation for bazelbuild/bazel#7598.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=265421674
  • Loading branch information
iirina authored and cpovirk committed Aug 26, 2019
1 parent c07aaff commit 477d892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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-e6d84ede4fa51dcf76b46a8fe5a3d00515b3d131",
urls = ["https://github.com/google/bazel-common/archive/e6d84ede4fa51dcf76b46a8fe5a3d00515b3d131.zip"],
strip_prefix = "bazel-common-365bdc5779d2fa86eca9e7ed99f1198e431d049d",
urls = ["https://github.com/google/bazel-common/archive/365bdc5779d2fa86eca9e7ed99f1198e431d049d.zip"],
)

load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")
Expand Down

0 comments on commit 477d892

Please sign in to comment.