We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43cbd8 commit 5111658Copy full SHA for 5111658
bukkit/build.gradle.kts
@@ -44,7 +44,7 @@ dependencies {
44
} else {
45
compileOnly("com.github.retrooper:packetevents-spigot:2.10.1-SNAPSHOT")
46
}
47
- shadeThisThing(implementation("org.incendo:cloud-paper:2.0.0-beta.10")!!)
+ shadeThisThing(implementation("org.incendo:cloud-paper:2.0.0-beta.13")!!)
48
shadeThisThing(implementation("org.incendo:cloud-core:2.0.0")!!)
49
50
// Required for 1.14.4 support because gson is too old to have JosnParser.parseString()
0 commit comments