Skip to content

Commit

Permalink
Update the version of the CF Gradle plugin. (#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst authored Jul 3, 2024
1 parent 234fb64 commit 3e161fa
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
Original file line number Diff line number Diff line change
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.38'
id 'org.checkerframework' version '0.6.42'
}

apply plugin: 'org.checkerframework'
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/lombok/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'java'
id 'io.freefair.lombok' version '8.3'
// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.6.38'
id 'org.checkerframework' version '0.6.42'
}

lombok {
Expand Down

0 comments on commit 3e161fa

Please sign in to comment.