From 783b696468919405c20894dd366e83be0b90aa48 Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:43:33 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20chore(deps):=20update=20scor?= =?UTF-8?q?eboard-library=20implementation=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change scoreboard-library-implementation to reference scoreboard-library version --- gradle/libs.versions.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f79703b4..4b759444 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,6 @@ luckperms = "v5.5.0-bukkit" # Scoreboard Library scoreboard-library = "2.7.3" -scoreboard-library-implementation = "2.7.1" # Adventure adventure-api = "4.26.1" @@ -101,7 +100,7 @@ commandapi-velocity-kotlin = { module = "dev.jorel:commandapi-kotlin-velocity", # Scoreboard Library scoreboard-library-api = { module = "net.megavex:scoreboard-library-api", version.ref = "scoreboard-library" } -scoreboard-library-implementation = { module = "net.megavex:scoreboard-library-implementation", version.ref = "scoreboard-library-implementation" } +scoreboard-library-implementation = { module = "net.megavex:scoreboard-library-implementation", version.ref = "scoreboard-library" } # Adventure adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure-api" } From ef14ede9d385dfe8e3f9775f4c0ffd0a2586f329 Mon Sep 17 00:00:00 2001 From: twisti <76837088+twisti-dev@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:43:45 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20chore:=20bump=20version=20to?= =?UTF-8?q?=203.0.9=20in=20gradle.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9a7f5f49..952e2c92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled javaVersion=25 mcVersion=26.1.1 group=dev.slne.surf.api -version=3.0.8 +version=3.0.9 relocationPrefix=dev.slne.surf.api.libs snapshot=false