diff --git a/sources/api/api-documentation.adoc b/sources/api/api-documentation.adoc index 2605da7..1cb0474 100644 --- a/sources/api/api-documentation.adoc +++ b/sources/api/api-documentation.adoc @@ -32,8 +32,8 @@ repositories { } dependencies { - implementation(platform("com.intellectualsites.bom:bom-1.18.x:{bomVersion}")) - compileOnly("com.plotsquared:PlotSquared-Core") + implementation(platform("com.intellectualsites.bom:bom-newest:{bomVersion}")) + compileOnly("com.plotsquared:plotsquared-core") } ---- @@ -48,8 +48,8 @@ repositories { dependencies { implementation(platform("com.intellectualsites.bom:bom-newest:{bomVersion}")) - compileOnly("com.plotsquared:PlotSquared-Core") - compileOnly("com.plotsquared:PlotSquared-Bukkit") { isTransitive = false } + compileOnly("com.plotsquared:plotsquared-core") + compileOnly("com.plotsquared:plotsquared-bukkit") { isTransitive = false } } ---- @@ -77,7 +77,7 @@ dependencies { com.plotsquared - PlotSquared-Core + plotsquared-core provided @@ -97,7 +97,7 @@ dependencies { com.intellectualsites.bom - bom-1.18.x + bom-newest {bomVersion} import pom @@ -107,17 +107,17 @@ dependencies { com.plotsquared - PlotSquared-Core + plotsquared-core provided com.plotsquared - PlotSquared-Bukkit + plotsquared-bukkit provided - PlotSquared-Core + plotsquared-core *