From 8fd40a509fa2ef6edb05638a4eeb2546d06ba4de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:45:29 +0000 Subject: [PATCH] Bump acf-paper from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT Bumps acf-paper from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT. --- updated-dependencies: - dependency-name: co.aikar:acf-paper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c3d73e..08a4cf9 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { // Here are some opinionated dependencies that might help you with your plugin development: // Annotation Command Framework: https://github.com/aikar/commands - implementation "co.aikar:acf-paper:0.5.0-SNAPSHOT" + implementation "co.aikar:acf-paper:0.5.1-SNAPSHOT" // Vault (https://github.com/MilkBowl/VaultAPI) for economy, permissions and chat API implementation "com.github.MilkBowl:VaultAPI:1.7.1"