Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…v1.4.0).

This makes available the rest of the Truth APIs that were recently added in Google's monorepo.

It may be worth also updating to the _following_ version of Truth after it's released, but the purpose of that release will mostly be to deprecate `Truth8`. So, if you just avoid using `Truth8` now (starting by approving any migration CLs that I send your way), then there will be little need for that upgrade. Or, more to the point: I don't expect to keep sending you weekly upgrade CLs after this one :)

PiperOrigin-RevId: 604712495
  • Loading branch information
cpovirk authored and Flogger Team committed Feb 6, 2024
1 parent cedbbc2 commit fa5afea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# and commit with the old value then Travis should report the expected value
# in the most recent failure in
# https://travis-ci.org/github/google/flogger/builds
BAZEL_COMMON_VERSION = "2a6b6406e12208e02b2060df0631fb30919080f3"
BAZEL_COMMON_VERSION = "65f295afec03cce3807df5b06ef42bf8e46df4e4"
http_archive(
name = "google_bazel_common",
sha256 = "82a49fb27c01ad184db948747733159022f9464fc2e62da996fa700594d9ea42",
sha256 = "9e966f57182e76ba2f5a692ec410e32e5c77808220fd94f99071caac5310a019",
strip_prefix = "bazel-common-%s" % BAZEL_COMMON_VERSION,
url = "https://github.com/google/bazel-common/archive/%s.zip" % BAZEL_COMMON_VERSION,
)
Expand Down

0 comments on commit fa5afea

Please sign in to comment.