PlotSquared-Core again

This commit is contained in:
dordsor21 2020-05-20 09:49:38 +01:00
parent 4e4b812fdd
commit b1b591f288

View File

@ -59,7 +59,7 @@ dependencies {
"compile"("com.github.intellectualsites.plotsquared:PlotSquared-API:latest") {
isTransitive = false
}
"compile"("com.plotsquared:PlotSquared:5.11.2") {
"compile"("com.plotsquared:PlotSquared-Core:5.11.2") {
isTransitive = false
}
implementation(kotlin("stdlib-jdk8", "1.3.61"))