Skip to content

Commit

Permalink
Update to error prone 2.3.2.
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see #9372.

Signed-off-by: Irina Iancu <elenairina@google.com>
  • Loading branch information
iirina committed Sep 18, 2019
1 parent 5f97475 commit d990746
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,16 @@ java_import(
name = "error_prone_annotations",
jars = [
"error_prone/error_prone_annotations-2.2.0.jar",
"error_prone/error_prone_type_annotations-2.3.2-SNAPSHOT.jar",
"error_prone/error_prone_type_annotations-2.3.3.jar",
],
)

java_import(
name = "error_prone",
jars = [
"error_prone/error_prone_annotation-2.3.2-SNAPSHOT.jar",
"error_prone/error_prone_check_api-2.3.2-SNAPSHOT.jar",
"error_prone/error_prone_core-2.3.2-SNAPSHOT.jar",
"error_prone/error_prone_annotation-2.3.3.jar",
"error_prone/error_prone_check_api-2.3.3.jar",
"error_prone/error_prone_core-2.3.3.jar",
],
exports = [
":error_prone_annotations",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d990746

Please sign in to comment.