Skip to content

Commit

Permalink
Update checkerFrameworkVersion to v3.39.0 (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent b22a991 commit 9d54fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (project.hasProperty('cfLocal')) {
} else if (true) {
// To use a snapshot version of the Checker Framework.
// TODO: Change the above test to false when CF is released.
ext.checkerFrameworkVersion = '3.38.0'
ext.checkerFrameworkVersion = '3.39.0'
dependencies {
compileOnly "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
testCompileOnly "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
Expand Down

0 comments on commit 9d54fb3

Please sign in to comment.