We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a96b69 commit 263b76dCopy full SHA for 263b76d
core/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
exclude("com.intellectualsites.informative-annotations", "informative-annotations")
17
}
18
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
19
- compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.12")
+ compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.13")
20
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.13.0") {
21
exclude("com.intellectualsites.paster")
22
exclude("org.yaml")
0 commit comments