From f39dc8c2570b6bd68c902fb647385ebfaccbac1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:02:05 +0000 Subject: [PATCH] Update dependency xyz.theprogramsrc:simplecoreapi to v1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec75ca8..3922009 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20' compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT' compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT' - compileOnly 'xyz.theprogramsrc:simplecoreapi:0.3.4-SNAPSHOT' + compileOnly 'xyz.theprogramsrc:simplecoreapi:1.0.1' compileOnly 'xyz.theprogramsrc:translationsmodule:0.1.5-SNAPSHOT' compileOnly 'xyz.theprogramsrc:tasksmodule:0.1.0-SNAPSHOT' compileOnly 'xyz.theprogramsrc:filesmodule:0.1.1-SNAPSHOT'