Skip to content

Commit

Permalink
Update to latest bazel-common that has a newer android API level, so …
Browse files Browse the repository at this point in the history
…it works on the latest macos on github.

PiperOrigin-RevId: 630471626
  • Loading branch information
sameb authored and Guice Team committed May 3, 2024
1 parent 1561d4a commit cde34a9
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 @@ -16,9 +16,9 @@ load("@rules_jvm_external//:specs.bzl", "maven")

http_archive(
name = "google_bazel_common",
sha256 = "82a49fb27c01ad184db948747733159022f9464fc2e62da996fa700594d9ea42",
strip_prefix = "bazel-common-2a6b6406e12208e02b2060df0631fb30919080f3",
urls = ["https://github.com/google/bazel-common/archive/2a6b6406e12208e02b2060df0631fb30919080f3.zip"],
sha256 = "cba2aff0fb5e64dae880c8e1ead1b8d414a12b8e924315fac1a067de78a65e81",
strip_prefix = "bazel-common-d59d067c04e973f3c4aa34f6628bed97d6664c3c",
urls = ["https://github.com/google/bazel-common/archive/d59d067c04e973f3c4aa34f6628bed97d6664c3c.zip"],
)

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

0 comments on commit cde34a9

Please sign in to comment.