Skip to content

Commit

Permalink
Update Checker Framework Gradle plugin version numbers. (#5132)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed May 2, 2022
1 parent a69434a commit 49fc554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/errorprone/build.gradle
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'java'
id 'net.ltgt.errorprone' version '2.0.2'
// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.6.10'
id 'org.checkerframework' version '0.6.11'
}

apply plugin: 'org.checkerframework'
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/lombok/build.gradle
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'java'
id "io.freefair.lombok" version "5.3.3.3"
// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.6.10'
id 'org.checkerframework' version '0.6.11'
}

apply plugin: 'org.checkerframework'
Expand Down

0 comments on commit 49fc554

Please sign in to comment.