From 30fe15b742bad9240d666fd254367cafd0c397f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:44:09 +0000 Subject: [PATCH] Bump io.github.revxrsal:lamp.common from 4.0.0-rc.17 to 4.0.0-rc.18 Bumps [io.github.revxrsal:lamp.common](https://github.com/Revxrsal/Lamp) from 4.0.0-rc.17 to 4.0.0-rc.18. - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](https://github.com/Revxrsal/Lamp/compare/4.0.0-rc.17...4.0.0-rc.18) --- updated-dependencies: - dependency-name: io.github.revxrsal:lamp.common dependency-version: 4.0.0-rc.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/paper/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/paper/build.gradle.kts b/test/paper/build.gradle.kts index 83a39b7..040e2e4 100644 --- a/test/paper/build.gradle.kts +++ b/test/paper/build.gradle.kts @@ -8,8 +8,8 @@ dependencies { // Libraries implementation(project(":platform:paper")) - implementation("io.github.revxrsal:lamp.common:4.0.0-rc.17") - implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.17") + implementation("io.github.revxrsal:lamp.common:4.0.0-rc.18") + implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.18") } tasks {