From f67cce8d645145da925f25e3e5cfe2ab1d91a5a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:05:43 +0000 Subject: [PATCH] fix(deps): update dependency xyz.jpenilla:legacy-plugin-base to v0.0.1+94-snapshot --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 24245ce..d2eaf51 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("org.spongepowered", "configurate-extra-kotlin") implementation("io.insert-koin", "koin-core", "3.5.0") - implementation("xyz.jpenilla", "legacy-plugin-base", "0.0.1+91-SNAPSHOT") + implementation("xyz.jpenilla", "legacy-plugin-base", "0.0.1+94-SNAPSHOT") implementation("org.bstats", "bstats-bukkit", "3.0.2") implementation("io.papermc", "paperlib", "1.0.8")