File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ dependencies {
2424 compileOnly(" org.spigotmc" , " spigot-api" , " 1.16.5-R0.1-SNAPSHOT" )
2525 compileOnly(" com.sk89q.worldedit" , " worldedit-bukkit" , " 7.2.17" )
2626 // PlotSquared Core API
27- compileOnly(" com.plotsquared" , " PlotSquared-Core" , " 6.11.1 " ) {
27+ compileOnly(" com.plotsquared" , " PlotSquared-Core" , " 6.11.2 " ) {
2828 exclude(" com.intellectualsites.paster" , " Paster" )
2929 exclude(" org.apache.logging.log4j" , " log4j-api" )
3030 exclude(" com.intellectualsites.informative-annotations" , " informative-annotations" )
3131 }
32- compileOnly(" com.plotsquared" , " PlotSquared-Bukkit" , " 6.11.1 " ) { isTransitive = false } // PlotSquared Bukkit API
32+ compileOnly(" com.plotsquared" , " PlotSquared-Bukkit" , " 6.11.2 " ) { isTransitive = false } // PlotSquared Bukkit API
3333 compileOnly(" com.sk89q.worldguard" , " worldguard-bukkit" , " 7.0.9" )
3434 compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.8.2" ) {
3535 exclude(" com.intellectualsites.paster" )
You can’t perform that action at this time.
0 commit comments