From bdd27660183360ee279710c780a726e8032e7f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:00:18 +0000 Subject: [PATCH] Bump dev.rollczi.litecommands:core from 2.8.8 to 2.8.9 Bumps dev.rollczi.litecommands:core from 2.8.8 to 2.8.9. --- updated-dependencies: - dependency-name: dev.rollczi.litecommands:core 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 dd8993e..7827715 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation("net.kyori:adventure-platform-bukkit:4.3.0") implementation("net.kyori:adventure-text-minimessage:4.14.0") - implementation("dev.rollczi.litecommands:core:2.8.8") + implementation("dev.rollczi.litecommands:core:2.8.9") implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.8") implementation("com.eternalcode:gitcheck:1.0.0")