diff --git a/nova-hooks/nova-hook-plotsquared/build.gradle.kts b/nova-hooks/nova-hook-plotsquared/build.gradle.kts index a7cd1c4d059..7ae9ae2c984 100644 --- a/nova-hooks/nova-hook-plotsquared/build.gradle.kts +++ b/nova-hooks/nova-hook-plotsquared/build.gradle.kts @@ -11,6 +11,6 @@ dependencies { paperweight.paperDevBundle(libs.versions.paper) implementation(project(":nova")) implementation(project(":nova-api")) - compileOnly("com.plotsquared:PlotSquared-Core:6.10.5") { isTransitive = false } + compileOnly("com.plotsquared:PlotSquared-Core:6.11.2") { isTransitive = false } compileOnly("com.plotsquared:PlotSquared-Bukkit:6.11.2") { isTransitive = false } } \ No newline at end of file