Files
gerrit/lib/guava.bzl
David Pursehouse 7426be10d9 Upgrade Guava to 23.0
This is not the very latest release. The latest is 23.2-jre, but that
version introduces a deprecation warning:

  "The method javaLetterOrDigit() from the type CharMatcher is deprecated"

Change-Id: I277ccc0be4d986b092232d9f23a8fff19be03c5f
2017-10-13 19:11:19 +09:00

6 lines
175 B
Python

GUAVA_VERSION = "23.0"
GUAVA_BIN_SHA1 = "c947004bb13d18182be60077ade044099e4f26f1"
GUAVA_DOC_URL = "https://google.github.io/guava/releases/" + GUAVA_VERSION + "/api/docs/"