Skip to content

Commit

Permalink
Update checker framework dataflow and javacutil versions
Browse files Browse the repository at this point in the history
Fixes #5989
  • Loading branch information
cushon authored and laurentlb committed Sep 12, 2018
1 parent aa118ca commit 92619f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions third_party/checker_framework_dataflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ filegroup(

java_import(
name = "checker_framework_dataflow",
jars = ["dataflow-2.5.0.jar"],
srcjar = "dataflow-2.5.0-sources.jar",
jars = ["dataflow-2.5.3.jar"],
srcjar = "dataflow-2.5.3-sources.jar",
deps = [
"//third_party/checker_framework_javacutil",
],
)

filegroup(
name = "bootstrap",
srcs = ["dataflow-2.5.0.jar"],
srcs = ["dataflow-2.5.3.jar"],
)
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/checker_framework_javacutil/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ filegroup(

java_import(
name = "checker_framework_javacutil",
jars = ["javacutil-2.5.0.jar"],
srcjar = "javacutil-2.5.0-sources.jar",
jars = ["javacutil-2.5.3.jar"],
srcjar = "javacutil-2.5.3-sources.jar",
)

filegroup(
name = "bootstrap",
srcs = ["javacutil-2.5.0.jar"],
srcs = ["javacutil-2.5.3.jar"],
)
Binary file not shown.
Binary file not shown.

0 comments on commit 92619f0

Please sign in to comment.