mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +02:00
Upgrade to Truth 0.36
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171079195
This commit is contained in:
parent
302a27f0db
commit
373e174deb
1 changed files with 3 additions and 3 deletions
|
@ -1148,10 +1148,10 @@ def com_google_re2j():
|
|||
def com_google_truth():
|
||||
java_import_external(
|
||||
name = "com_google_truth",
|
||||
jar_sha256 = "e087f1a50e40e8aae1f0cdb7f031684a84e7dd7ca224a4b5be53caeacf0f0324",
|
||||
jar_sha256 = "aa19c5987eb52a9d7fb954823e8ea70d36308a5bde309c2020abe5e329c17527",
|
||||
jar_urls = [
|
||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/google/truth/truth/0.35/truth-0.35.jar",
|
||||
"http://repo1.maven.org/maven2/com/google/truth/truth/0.35/truth-0.35.jar",
|
||||
"http://domain-registry-maven.storage.googleapis.com/repo1.maven.org/maven2/com/google/truth/truth/0.36/truth-0.36.jar",
|
||||
"http://repo1.maven.org/maven2/com/google/truth/truth/0.36/truth-0.36.jar",
|
||||
],
|
||||
licenses = ["notice"], # The Apache Software License, Version 2.0
|
||||
testonly_ = True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue