Skip to content

Commit 2caee14

Browse files
google-noreplycpovirk
authored andcommitted
Upgrade bazel-common to a version that pulls in Guava 32.1.1.
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
1 parent 4bc6609 commit 2caee14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33
http_archive(
44
name = "google_bazel_common",
5-
strip_prefix = "bazel-common-a9e1d8efd54cbf27249695b23775b75ca65bb59d",
6-
urls = ["https://github.com/google/bazel-common/archive/a9e1d8efd54cbf27249695b23775b75ca65bb59d.zip"],
7-
sha256 = "e30e092e50c47a38994334dbe42386675cf519a5e86b973e45034323bbdb70a3",
5+
strip_prefix = "bazel-common-340a5edaf011f76568a6351984e090a8b202ebd6",
6+
urls = ["https://github.com/google/bazel-common/archive/340a5edaf011f76568a6351984e090a8b202ebd6.zip"],
7+
sha256 = "22bfc8de051be2f3c9f64fecb6d3ca195c49bdd7edb983f74b2c481ab604bf8b",
88
)
99

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

0 commit comments

Comments
 (0)