From 8ad66d5f8925730b97effaa5d125e7a754c3f1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:47:41 +0100 Subject: [PATCH] chore(deps): bump com.intellectualsites.plotsquared:plotsquared-core (#196) Bumps [com.intellectualsites.plotsquared:plotsquared-core](https://github.com/IntellectualSites/PlotSquared) from 7.2.0 to 7.3.12. - [Release notes](https://github.com/IntellectualSites/PlotSquared/releases) - [Commits](https://github.com/IntellectualSites/PlotSquared/compare/7.2.0...7.3.12) --- updated-dependencies: - dependency-name: com.intellectualsites.plotsquared:plotsquared-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2634cc6f..e5566fbe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("org.incendo:cloud-annotations:2.0.0-rc.2") annotationProcessor("org.incendo:cloud-annotations:2.0.0-rc.2") - compileOnly("com.intellectualsites.plotsquared:plotsquared-core:7.2.0") + compileOnly("com.intellectualsites.plotsquared:plotsquared-core:7.3.12") } paper {