Update lombok (see #127)

This commit is contained in:
Jonas Herzig
2020-04-15 17:26:53 +02:00
parent 82f86122c8
commit 6ccb576637
2 changed files with 3 additions and 3 deletions

2
jGui

Submodule jGui updated: 2e29d62e59...4995ecd9b4

View File

@@ -289,8 +289,8 @@ dependencies {
modCompile 'io.github.prospector.modmenu:ModMenu:1.6.2-92' modCompile 'io.github.prospector.modmenu:ModMenu:1.6.2-92'
} }
annotationProcessor 'org.projectlombok:lombok:1.16.6' annotationProcessor 'org.projectlombok:lombok:1.18.12'
compile 'org.projectlombok:lombok:1.16.6' // runtime only for @SneakyThrows which isn't used compile 'org.projectlombok:lombok:1.18.12' // runtime only for @SneakyThrows which isn't used
testCompile 'junit:junit:4.11' testCompile 'junit:junit:4.11'
} }