PlotSquared-Core again

Dieser Commit ist enthalten in:
dordsor21 2020-05-20 09:49:38 +01:00
Ursprung 4e4b812fdd
Commit b1b591f288

Datei anzeigen

@ -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"))