Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
javaVersion=25
mcVersion=1.21.11
group=dev.slne.surf
version=1.21.11-2.60.0
version=1.21.11-2.60.1
relocationPrefix=dev.slne.surf.surfapi.libs
snapshot=false
26 changes: 12 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ kotlinxCoroutines = "1.10.2"
kotlinx-serialization = "1.10.0"

# Packet Events
packetevents = "2.11.0"
packetevents-plugin = "2.11.0"
packetevents = "2.11.2"
packetevents-plugin = "2.11.2"

# Command API
commandapi = "11.1.0"
Expand All @@ -21,26 +21,25 @@ commandapi = "11.1.0"
luckperms = "v5.5.0-bukkit"

# Scoreboard Library
scoreboard-library = "2.4.4"
scoreboard-library-implementation = "2.4.4"
scoreboard-library-modern = "2.5.0"
scoreboard-library = "2.7.0"
scoreboard-library-implementation = "2.7.0"

# Adventure
adventure-api = "4.26.1"

# Velocity
velocity-api = "3.4.0-SNAPSHOT"
velocity-api = "3.5.0-SNAPSHOT"

# PAPI
placeholder-api = "2.11.6"
placeholder-api = "2.12.2"

# McCoroutine
mccoroutine = "2.22.0"

# Miscellaneous Libraries
guava = "33.5.0-jre"
caffeine = "3.2.3"
caffeine-courotines = "3.0.1"
caffeine-courotines = "3.0.2"
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version-catalog key caffeine-courotines appears to be a misspelling (likely intended caffeine-coroutines). Consider renaming the version and library alias to the corrected spelling and updating all references (e.g. libs.caffeine.courotines) to reduce confusion and avoid propagating the typo.

Suggested change
caffeine-courotines = "3.0.2"
caffeine-coroutines = "3.0.2"

Copilot uses AI. Check for mistakes.
gson = "2.13.2"
commons-lang3 = "3.20.0"
commons-text = "1.15.0"
Expand All @@ -62,15 +61,15 @@ flogger = "0.9"
aide-reflection = "1.3"
auto-service = "1.1.1"
auto-service-ksp = "1.2.0"
ktor = "3.4.0"
ktor = "3.4.1"
glm = "0.9.9.1-15"
ksp-version = "2.3.5"
reactor-netty = "1.3.2"
bytebuddy = "1.18.4"
ksp-version = "2.3.6"
reactor-netty = "1.3.3"
bytebuddy = "1.18.7"

# Plugin versions
maven-repo-auth = "3.0.4"
shadow-gradle-plugin = "9.3.1"
shadow-gradle-plugin = "9.3.2"
run-paper-gradle-plugin = "3.0.2"
dokka = "2.1.0"

Expand Down Expand Up @@ -108,7 +107,6 @@ 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-modern = { module = "net.megavex:scoreboard-library-packetevents", version.ref = "scoreboard-library-modern" }

# Adventure
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure-api" }
Expand Down
1 change: 0 additions & 1 deletion surf-api-bukkit/surf-api-bukkit-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {

// -------------------- Paper Libraries -------------------- //
runtimeOnly(libs.scoreboard.library.implementation)
runtimeOnly(libs.scoreboard.library.modern)
paperLibrary(libs.scoreboard.library.api)
api(libs.stefvanschie.`if`)
paperLibrary(libs.guava)
Expand Down
Loading