Skip to content

Commit

Permalink
Update Lombok example. (typetools#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst authored Jun 4, 2020
1 parent 9654822 commit 0fc2d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/lombok/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

plugins {
id 'java'
id "io.freefair.lombok" version "4.1.5"
id "io.freefair.lombok" version "5.1.0"
// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.5.2' apply false
id 'org.checkerframework' version '0.5.4' apply false
}

apply plugin: 'org.checkerframework'
Expand Down

0 comments on commit 0fc2d62

Please sign in to comment.