Update bazel build to use Truth 0.30

Change-Id: I8bfb38a7954fa9a00c7f10eafdea8bb1ee5ef641
This commit is contained in:
Patrick Hiesel
2016-10-12 16:06:15 +02:00
parent 861123bde0
commit 938fb71972

View File

@@ -672,8 +672,8 @@ maven_jar(
maven_jar(
name = 'truth',
artifact = 'com.google.truth:truth:0.28',
sha1 = '0a388c7877c845ff4b8e19689dda5ac9d34622c4',
artifact = 'com.google.truth:truth:0.30',
sha1 = '9d591b5a66eda81f0b88cf1c748ab8853d99b18b',
)
maven_jar(