mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Fix build by upgrading to latest version of AutoValue libs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133164502
This commit is contained in:
parent
65ef712f35
commit
0afc83c8f9
1 changed files with 4 additions and 4 deletions
|
@ -78,8 +78,8 @@ def domain_registry_repositories():
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
name = "auto_common",
|
name = "auto_common",
|
||||||
artifact = "com.google.auto:auto-common:0.5",
|
artifact = "com.google.auto:auto-common:0.7",
|
||||||
sha1 = "27185563ca9551183fa5379807c3034c0012c8c4",
|
sha1 = "910d8b3ff71063135ae743d43d3dde3435c8648c",
|
||||||
)
|
)
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
|
@ -96,8 +96,8 @@ def domain_registry_repositories():
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
name = "auto_value",
|
name = "auto_value",
|
||||||
artifact = "com.google.auto.value:auto-value:1.1",
|
artifact = "com.google.auto.value:auto-value:1.3",
|
||||||
sha1 = "f6951c141ea3e89c0f8b01da16834880a1ebf162",
|
sha1 = "4961194f62915eb45e21940537d60ac53912c57d",
|
||||||
)
|
)
|
||||||
|
|
||||||
native.maven_jar(
|
native.maven_jar(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue