From 80e8975a7a86d144bab39d30c11edba8c9c57ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 22:16:18 +0000 Subject: [PATCH] Bump io.github.revxrsal:lamp.common from 4.0.0-rc.9 to 4.0.0-rc.12 Bumps [io.github.revxrsal:lamp.common](https://github.com/Revxrsal/Lamp) from 4.0.0-rc.9 to 4.0.0-rc.12. - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](https://github.com/Revxrsal/Lamp/compare/4.0.0-rc.9...4.0.0-rc.12) --- updated-dependencies: - dependency-name: io.github.revxrsal:lamp.common dependency-version: 4.0.0-rc.12 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 b43fd2b..ef5244f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { // Libraries implementation("org.lushplugins:LushLib:0.10.59") - implementation("io.github.revxrsal:lamp.common:4.0.0-rc.9") + implementation("io.github.revxrsal:lamp.common:4.0.0-rc.12") implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.9") implementation("me.tofaa.entitylib:spigot:+e181b97-SNAPSHOT") }