We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa76e82 commit a8bb0f1Copy full SHA for a8bb0f1
1 file changed
bukkit/build.gradle.kts
@@ -40,9 +40,9 @@ dependencies {
40
41
shadeThisThing(implementation("org.kohsuke:github-api:1.326")!!)
42
if (shadePE) {
43
- shadeThisThing(implementation("com.github.retrooper:packetevents-spigot:2.11.1+60a2c34-SNAPSHOT")!!)
+ shadeThisThing(implementation("com.github.retrooper:packetevents-spigot:2.11.2")!!)
44
} else {
45
- compileOnly("com.github.retrooper:packetevents-spigot:2.11.1+60a2c34-SNAPSHOT")
+ compileOnly("com.github.retrooper:packetevents-spigot:2.11.2")
46
}
47
shadeThisThing(implementation("org.incendo:cloud-paper:2.0.0-beta.14")!!)
48
shadeThisThing(implementation("org.incendo:cloud-core:2.0.0")!!)
0 commit comments