We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d49a28 commit cd102a5Copy full SHA for cd102a5
build.gradle.kts
@@ -31,11 +31,11 @@ dependencies {
31
implementation("com.jeff_media:SpigotUpdateChecker:3.0.4")
32
33
// Other dependencies that are not required or already available at runtime
34
- compileOnly("org.projectlombok:lombok:1.18.42")
+ compileOnly("org.projectlombok:lombok:1.18.44")
35
compileOnly("org.spigotmc:spigot-api:1.21.4-R0.1-SNAPSHOT")
36
37
// Enable lombok annotation processing
38
- annotationProcessor("org.projectlombok:lombok:1.18.42")
+ annotationProcessor("org.projectlombok:lombok:1.18.44")
39
}
40
41
tasks {
0 commit comments