Skip to content

Commit

Permalink
Update dataflow-shaded
Browse files Browse the repository at this point in the history
#13016 (comment)

Closes #13348.

Signed-off-by: Philipp Wollermann <[email protected]>
  • Loading branch information
cushon authored and philwo committed Apr 13, 2021
1 parent 5894a85 commit 1eb6cc0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 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 @@ -11,14 +11,14 @@ filegroup(

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

filegroup(
name = "bootstrap",
srcs = ["dataflow-shaded-3.1.2.jar"],
srcs = ["dataflow-shaded-3.11.0.jar"],
)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1eb6cc0

Please sign in to comment.