Skip to content

Commit

Permalink
Update to Error Prone 2.6.0
Browse files Browse the repository at this point in the history
Closes bazelbuild#13294.

Signed-off-by: Philipp Wollermann <philwo@google.com>
  • Loading branch information
cushon authored and philwo committed Apr 8, 2021
1 parent 677f347 commit cc85cb7
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,15 @@ distrib_java_import(
name = "error_prone_annotations",
enable_distributions = ["debian"],
jars = [
"error_prone/error_prone_annotations-2.5.1.jar",
"error_prone/error_prone_type_annotations-2.5.1.jar",
"error_prone/error_prone_annotations-2.6.0.jar",
"error_prone/error_prone_type_annotations-2.6.0.jar",
],
)

distrib_jar_filegroup(
name = "error_prone_annotations-jar",
srcs = [
"error_prone/error_prone_annotations-2.5.1.jar",
"error_prone/error_prone_annotations-2.6.0.jar",
"error_prone/threeten-extra-1.5.0.jar",
],
enable_distributions = ["debian"],
Expand All @@ -385,9 +385,9 @@ distrib_jar_filegroup(
java_import(
name = "error_prone",
jars = [
"error_prone/error_prone_annotation-2.5.1.jar",
"error_prone/error_prone_check_api-2.5.1.jar",
"error_prone/error_prone_core-2.5.1.jar",
"error_prone/error_prone_annotation-2.6.0.jar",
"error_prone/error_prone_check_api-2.6.0.jar",
"error_prone/error_prone_core-2.6.0.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.
Binary file not shown.

0 comments on commit cc85cb7

Please sign in to comment.