From 412eeb405c5f25ab711948ba3cf5a5138340c566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:24:07 +0000 Subject: [PATCH] Bump org.lushplugins:LushLib from 1.0.0 to 1.0.1 Bumps org.lushplugins:LushLib from 1.0.0 to 1.0.1. --- updated-dependencies: - dependency-name: org.lushplugins:LushLib dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e2c624..061a9cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT") // Libraries - implementation("org.lushplugins:LushLib:1.0.0") + implementation("org.lushplugins:LushLib:1.0.1") implementation("io.github.revxrsal:lamp.common:4.0.0-rc.18") implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.18") }