We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafd624 commit a488928Copy full SHA for a488928
build.gradle
@@ -15,8 +15,8 @@ def runeLiteVersion = '1.7.5'
15
dependencies {
16
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
17
18
- compileOnly 'org.projectlombok:lombok:1.18.4'
19
- annotationProcessor 'org.projectlombok:lombok:1.18.4'
+ compileOnly 'org.projectlombok:lombok:1.18.20'
+ annotationProcessor 'org.projectlombok:lombok:1.18.20'
20
21
testImplementation 'junit:junit:4.12'
22
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
0 commit comments