From c93df2ddb3167179a924de6254d8e57e598e2071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:53:53 +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: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) 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) --- updated-dependencies: - dependency-name: com.github.Revxrsal.Lamp:common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.Revxrsal.Lamp:bukkit 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 35fff86..2b923b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ repositories { dependencies { val paperVersion = "1.20.4-R0.1-SNAPSHOT" val mccoroutineVersion = "2.14.0" - val lampVersion = "3.1.8" + val lampVersion = "3.1.9" val koinVersion = "3.5.3" val coroutineVersion = "1.7.3" val serializationVersion = "1.6.2"