build: Update PlotSquared

This commit is contained in:
NotMyFault
2022-01-27 15:30:18 +01:00
parent 0f524e665b
commit e309cf8f3c
3 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ dependencies {
// Plugins
compileOnly(libs.redprotect) { isTransitive = false }
compileOnly(libs.plotsquaredV6Core) { isTransitive = false }
compileOnly(libs.plotsquaredCore) { isTransitive = false }
// ensure this is on the classpath for the AP
annotationProcessor(libs.guava)