mirror of https://github.com/grpc/grpc-java.git
repositories.bzl: Upgrade to Truth 0.42
This was missed in the earlier #4668 and #4664
This commit is contained in:
parent
8188a3eb92
commit
e393b4a1c1
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue