repositories.bzl: Upgrade to Truth 0.42

This was missed in the earlier #4668 and #4664
This commit is contained in:
Eric Anderson 2018-07-30 09:44:56 -07:00
parent 8188a3eb92
commit e393b4a1c1
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ def com_google_re2j():
def com_google_truth_truth():
native.maven_jar(
name = "com_google_truth_truth",
artifact = "com.google.truth:truth:0.36",
sha1 = "7485219d2c1d341097a19382c02bde07e69ff5d2",
artifact = "com.google.truth:truth:0.42",
sha1 = "b5768f644b114e6cf5c3962c2ebcb072f788dcbb",
)
def com_squareup_okhttp():