From 1e7c11a1cb2e07c852735d01ef5eb361eb6e61da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:16:21 +0000 Subject: [PATCH] chore(deps): bump com.intellectualsites.plotsquared:plotsquared-core Bumps [com.intellectualsites.plotsquared:plotsquared-core](https://github.com/IntellectualSites/PlotSquared) from 7.3.12 to 7.4.0. - [Release notes](https://github.com/IntellectualSites/PlotSquared/releases) - [Commits](https://github.com/IntellectualSites/PlotSquared/compare/7.3.12...7.4.0) --- updated-dependencies: - dependency-name: com.intellectualsites.plotsquared:plotsquared-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e70ec730..7b558384 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("org.incendo:cloud-annotations:2.1.0-SNAPSHOT") annotationProcessor("org.incendo:cloud-annotations:2.1.0-SNAPSHOT") - compileOnly("com.intellectualsites.plotsquared:plotsquared-core:7.3.12") + compileOnly("com.intellectualsites.plotsquared:plotsquared-core:7.4.0") } paper {