We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283cc1b commit a155acdCopy full SHA for a155acd
build.gradle.kts
@@ -29,12 +29,12 @@ allprojects {
29
30
// Other dependencies that are not required or already available at runtime
31
compileOnly("org.jetbrains:annotations:26.0.2")
32
- compileOnly("org.projectlombok:lombok:1.18.38")
+ compileOnly("org.projectlombok:lombok:1.18.40")
33
// This is needed for XSkin, but isnt added to the XSeries jar, potentially a bug that will be fixed in a later release
34
compileOnly("com.mojang:authlib:1.5.25")
35
36
// Enable lombok annotation processing
37
- annotationProcessor("org.projectlombok:lombok:1.18.38")
+ annotationProcessor("org.projectlombok:lombok:1.18.40")
38
}
39
40
0 commit comments