Files
gerrit/lib/guava.bzl
David Pursehouse 365cdb76fe Upgrade Guava to 22.0
This version includes new features, and several API changes, some
of which will require updates in Gerrit.  Notably:

- Hashing.sha1 and Hashing.md5 are deprecated, although may still be
  used.

- CheckedFuture is deprecated.

These will be fixed in follow-up commits.

See the release note [1] for more details.

[1] https://github.com/google/guava/wiki/Release22

Change-Id: I1627873503188596c9c921dde65340a29a5811e3
2017-06-21 08:32:31 +09:00

6 lines
175 B
Python

GUAVA_VERSION = "22.0"
GUAVA_BIN_SHA1 = "3564ef3803de51fb0530a8377ec6100b33b0d073"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"