Skip to content

Commit

Permalink
Update the google_bazel_common ref. The existing one was too old and …
Browse files Browse the repository at this point in the history
…referenced libs that aren't published anymore.

PiperOrigin-RevId: 597240832
  • Loading branch information
sameb authored and Guice Team committed Jan 10, 2024
1 parent e23d3b4 commit f89fa8e
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 = "a8168646fbec5fe020b73ee6f2c0cd7480efb101f4d4c18d4cd703a56e4748ae",
strip_prefix = "bazel-common-bf8e5ef95b118d1716b0cb4982cf15b6ed1c896f",
urls = ["https://github.com/google/bazel-common/archive/bf8e5ef95b118d1716b0cb4982cf15b6ed1c896f.zip"],
sha256 = "0ba40405bc4cc095dd1ace08d145fe238798388f26c4ad0725e801b7e16e0f27",
strip_prefix = "bazel-common-d4ada735afa0ab044957cfa21849be577756a6cd",
urls = ["https://github.com/google/bazel-common/archive/d4ada735afa0ab044957cfa21849be577756a6cd.zip"],
)

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

0 comments on commit f89fa8e

Please sign in to comment.