Skip to content

Commit

Permalink
Bump error prone to release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davido committed Jun 2, 2020
1 parent 870a19b commit 351c143
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 @@ -340,17 +340,17 @@ java_import(
java_import(
name = "error_prone_annotations",
jars = [
"error_prone/error_prone_annotations-2.3.5-SNAPSHOT.jar",
"error_prone/error_prone_type_annotations-2.3.5-SNAPSHOT.jar",
"error_prone/error_prone_annotations-2.4.0.jar",
"error_prone/error_prone_type_annotations-2.4.0.jar",
],
)

java_import(
name = "error_prone",
jars = [
"error_prone/error_prone_annotation-2.3.5-SNAPSHOT.jar",
"error_prone/error_prone_check_api-2.3.5-SNAPSHOT.jar",
"error_prone/error_prone_core-2.3.5-SNAPSHOT.jar",
"error_prone/error_prone_annotation-2.4.0.jar",
"error_prone/error_prone_check_api-2.4.0.jar",
"error_prone/error_prone_core-2.4.0.jar",
],
exports = [
":error_prone_annotations",
Expand Down Expand Up @@ -405,7 +405,7 @@ java_import(
filegroup(
name = "bootstrap_guava_and_error_prone-jars",
srcs = [
"error_prone/error_prone_annotations-2.3.5-SNAPSHOT.jar",
"error_prone/error_prone_annotations-2.4.0.jar",
"error_prone/threeten-extra-1.5.0.jar",
":guava-jars",
":jcip_annotations-jars",
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 351c143

Please sign in to comment.