Skip to content

Commit

Permalink
Update bazel-common to pick up Guava 33.0.0 and Truth to 1.3.0.
Browse files Browse the repository at this point in the history
New commit: google/bazel-common@2a6b640

This helps with google/truth#746.

PiperOrigin-RevId: 602826483
  • Loading branch information
cpovirk authored and Guice Team committed Jan 30, 2024
1 parent 21d26cf commit dc04053
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 = "0ba40405bc4cc095dd1ace08d145fe238798388f26c4ad0725e801b7e16e0f27",
strip_prefix = "bazel-common-d4ada735afa0ab044957cfa21849be577756a6cd",
urls = ["https://github.com/google/bazel-common/archive/d4ada735afa0ab044957cfa21849be577756a6cd.zip"],
sha256 = "82a49fb27c01ad184db948747733159022f9464fc2e62da996fa700594d9ea42",
strip_prefix = "bazel-common-2a6b6406e12208e02b2060df0631fb30919080f3",
urls = ["https://github.com/google/bazel-common/archive/2a6b6406e12208e02b2060df0631fb30919080f3.zip"],
)

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

0 comments on commit dc04053

Please sign in to comment.