File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121}
2222
2323dependencies {
24- compileOnly(" org.projectlombok:lombok:1.18.32 " )
24+ compileOnly(" org.projectlombok:lombok:1.18.34 " )
2525 compileOnly(" net.thenextlvl.core:annotations:2.0.1" )
2626 compileOnly(" io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT" )
2727
@@ -31,7 +31,7 @@ dependencies {
3131 api(" net.thenextlvl.core:i18n:1.0.18" )
3232 api(" net.thenextlvl.core:paper:1.3.5" )
3333
34- annotationProcessor(" org.projectlombok:lombok:1.18.32 " )
34+ annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
3535}
3636
3737publishing {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323}
2424
2525dependencies {
26- compileOnly(" org.projectlombok:lombok:1.18.32 " )
26+ compileOnly(" org.projectlombok:lombok:1.18.34 " )
2727 compileOnly(" net.thenextlvl.core:annotations:2.0.1" )
2828 compileOnly(" io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT" )
2929
@@ -33,7 +33,7 @@ dependencies {
3333
3434 api(project(" :api" ))
3535
36- annotationProcessor(" org.projectlombok:lombok:1.18.32 " )
36+ annotationProcessor(" org.projectlombok:lombok:1.18.34 " )
3737}
3838
3939paper {
You can’t perform that action at this time.
0 commit comments