Skip to content

Commit

Permalink
Update to auto-value 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
calpeyser authored and philwo committed Mar 30, 2018
1 parent d3fe5e7 commit 1e29f2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@ java_library(

java_import(
name = "auto_value_value",
jars = ["auto/auto-value-1.4.jar"],
jars = ["auto/auto-value-1.5.4.jar"],
)

# For bootstrapping JavaBuilder
filegroup(
name = "auto_value-jars",
srcs = ["auto/auto-value-1.4.jar"],
srcs = ["auto/auto-value-1.5.4.jar"],
)

java_import(
Expand Down
Binary file removed third_party/auto/auto-value-1.4.jar
Binary file not shown.
Binary file added third_party/auto/auto-value-1.5.4.jar
Binary file not shown.

0 comments on commit 1e29f2d

Please sign in to comment.