Skip to content

Commit

Permalink
Bump Checker dataflow to 3.16.0 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored Jul 14, 2021
1 parent e9182b8 commit 88eac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (project.hasProperty("epApiVersion")) {
}
def versions = [
asm : "7.1",
checkerFramework : "3.14.0",
checkerFramework : "3.16.0",
// The version of Error Prone used to check NullAway's code
errorProne : "2.7.1",
// The version of Error Prone that NullAway is compiled and tested against
Expand Down

0 comments on commit 88eac2f

Please sign in to comment.