Skip to content

Commit

Permalink
Upgrade bazel-common to a version that pulls in Guava 32.1.1.
Browse files Browse the repository at this point in the history
Fixes #53

Note that I have skipped pushing cl/533160531 for now, as that change
would require some updates to work in our Bazel repo.

PiperOrigin-RevId: 545978430
  • Loading branch information
google-noreply authored and cpovirk committed Jul 6, 2023
1 parent 4bc6609 commit 2caee14
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 @@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "google_bazel_common",
strip_prefix = "bazel-common-a9e1d8efd54cbf27249695b23775b75ca65bb59d",
urls = ["https://github.com/google/bazel-common/archive/a9e1d8efd54cbf27249695b23775b75ca65bb59d.zip"],
sha256 = "e30e092e50c47a38994334dbe42386675cf519a5e86b973e45034323bbdb70a3",
strip_prefix = "bazel-common-340a5edaf011f76568a6351984e090a8b202ebd6",
urls = ["https://github.com/google/bazel-common/archive/340a5edaf011f76568a6351984e090a8b202ebd6.zip"],
sha256 = "22bfc8de051be2f3c9f64fecb6d3ca195c49bdd7edb983f74b2c481ab604bf8b",
)

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

0 comments on commit 2caee14

Please sign in to comment.