Skip to content

Commit

Permalink
Adjust the google_bazel_common reference to pick up the latest chan…
Browse files Browse the repository at this point in the history
…ges.

Fixes #361 (again).

RELNOTES=n/a
PiperOrigin-RevId: 564799879
  • Loading branch information
eamonnmcmanus authored and Flogger Team committed Sep 12, 2023
1 parent 82362ff commit 70c5aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# https://travis-ci.org/github/google/flogger/builds
http_archive(
name = "google_bazel_common",
sha256 = "bcb5de5a5b951434828ead94479d3e1ff6501c2c8fc490db6cf3fbf7c188684b",
strip_prefix = "bazel-common-aaa4d801588f7744c6f4428e4f133f26b8518f42",
urls = ["https://github.com/google/bazel-common/archive/aaa4d801588f7744c6f4428e4f133f26b8518f42.zip"],
sha256 = "8ba02686ad2c9972ab31539bcbda7674d0b46f2ceb71aee417d2cf46d445ad4f",
strip_prefix = "bazel-common-c805fdbef7a7927606a2a48e08683952f58a2b71",
urls = ["https://github.com/google/bazel-common/archive/c805fdbef7a7927606a2a48e08683952f58a2b71.zip"],
)

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

0 comments on commit 70c5aea

Please sign in to comment.