From 59f5e0e0b7121f0802ad1c265fdf07a9f483e867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:32:14 +0000 Subject: [PATCH] Bump lampVersion from 3.1.8 to 3.1.9 Bumps `lampVersion` from 3.1.8 to 3.1.9. Updates `com.github.Revxrsal.Lamp:bukkit` from 3.1.8 to 3.1.9 - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](https://github.com/Revxrsal/Lamp/compare/3.1.8...3.1.9) Updates `com.github.Revxrsal.Lamp:common` from 3.1.8 to 3.1.9 - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](https://github.com/Revxrsal/Lamp/compare/3.1.8...3.1.9) --- updated-dependencies: - dependency-name: com.github.Revxrsal.Lamp:bukkit dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.Revxrsal.Lamp:common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 549c867..5553538 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -1,6 +1,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar -val lampVersion = "3.1.8" +val lampVersion = "3.1.9" dependencies { compileOnly("org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT") {