We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db2494 commit f6d19eaCopy full SHA for f6d19ea
build.gradle.kts
@@ -27,14 +27,14 @@ dependencies {
27
implementation("com.iridium:IridiumTeams:2.5.7")
28
29
// Other dependencies that are not required or already available at runtime
30
- compileOnly("org.projectlombok:lombok:1.18.32")
+ compileOnly("org.projectlombok:lombok:1.18.34")
31
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
32
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
33
compileOnly("net.ess3:EssentialsXSpawn:2.16.1")
34
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.13-SNAPSHOT")
35
36
// Enable lombok annotation processing
37
- annotationProcessor("org.projectlombok:lombok:1.18.32")
+ annotationProcessor("org.projectlombok:lombok:1.18.34")
38
}
39
40
tasks {
0 commit comments