We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5f0ca commit 2210031Copy full SHA for 2210031
1 file changed
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.36")
+ compileOnly("org.projectlombok:lombok:1.18.38")
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.36")
+ annotationProcessor("org.projectlombok:lombok:1.18.38")
38
}
39
40
0 commit comments