Skip to content

Commit 632b787

Browse files
authored
Update dependencies and bump version to 1.21.11-2.60.1 (#231)
2 parents 07afb0b + 2c68694 commit 632b787

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
77
javaVersion=25
88
mcVersion=1.21.11
99
group=dev.slne.surf
10-
version=1.21.11-2.60.0
10+
version=1.21.11-2.60.1
1111
relocationPrefix=dev.slne.surf.surfapi.libs
1212
snapshot=false

gradle/libs.versions.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ kotlinxCoroutines = "1.10.2"
1111
kotlinx-serialization = "1.10.0"
1212

1313
# Packet Events
14-
packetevents = "2.11.0"
15-
packetevents-plugin = "2.11.0"
14+
packetevents = "2.11.2"
15+
packetevents-plugin = "2.11.2"
1616

1717
# Command API
1818
commandapi = "11.1.0"
@@ -21,26 +21,25 @@ commandapi = "11.1.0"
2121
luckperms = "v5.5.0-bukkit"
2222

2323
# Scoreboard Library
24-
scoreboard-library = "2.4.4"
25-
scoreboard-library-implementation = "2.4.4"
26-
scoreboard-library-modern = "2.5.0"
24+
scoreboard-library = "2.7.0"
25+
scoreboard-library-implementation = "2.7.0"
2726

2827
# Adventure
2928
adventure-api = "4.26.1"
3029

3130
# Velocity
32-
velocity-api = "3.4.0-SNAPSHOT"
31+
velocity-api = "3.5.0-SNAPSHOT"
3332

3433
# PAPI
35-
placeholder-api = "2.11.6"
34+
placeholder-api = "2.12.2"
3635

3736
# McCoroutine
3837
mccoroutine = "2.22.0"
3938

4039
# Miscellaneous Libraries
4140
guava = "33.5.0-jre"
4241
caffeine = "3.2.3"
43-
caffeine-courotines = "3.0.1"
42+
caffeine-courotines = "3.0.2"
4443
gson = "2.13.2"
4544
commons-lang3 = "3.20.0"
4645
commons-text = "1.15.0"
@@ -62,15 +61,15 @@ flogger = "0.9"
6261
aide-reflection = "1.3"
6362
auto-service = "1.1.1"
6463
auto-service-ksp = "1.2.0"
65-
ktor = "3.4.0"
64+
ktor = "3.4.1"
6665
glm = "0.9.9.1-15"
67-
ksp-version = "2.3.5"
68-
reactor-netty = "1.3.2"
69-
bytebuddy = "1.18.4"
66+
ksp-version = "2.3.6"
67+
reactor-netty = "1.3.3"
68+
bytebuddy = "1.18.7"
7069

7170
# Plugin versions
7271
maven-repo-auth = "3.0.4"
73-
shadow-gradle-plugin = "9.3.1"
72+
shadow-gradle-plugin = "9.3.2"
7473
run-paper-gradle-plugin = "3.0.2"
7574
dokka = "2.1.0"
7675

@@ -108,7 +107,6 @@ commandapi-velocity-kotlin = { module = "dev.jorel:commandapi-kotlin-velocity",
108107
# Scoreboard Library
109108
scoreboard-library-api = { module = "net.megavex:scoreboard-library-api", version.ref = "scoreboard-library" }
110109
scoreboard-library-implementation = { module = "net.megavex:scoreboard-library-implementation", version.ref = "scoreboard-library-implementation" }
111-
scoreboard-library-modern = { module = "net.megavex:scoreboard-library-packetevents", version.ref = "scoreboard-library-modern" }
112110

113111
# Adventure
114112
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure-api" }

surf-api-bukkit/surf-api-bukkit-server/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies {
2525

2626
// -------------------- Paper Libraries -------------------- //
2727
runtimeOnly(libs.scoreboard.library.implementation)
28-
runtimeOnly(libs.scoreboard.library.modern)
2928
paperLibrary(libs.scoreboard.library.api)
3029
api(libs.stefvanschie.`if`)
3130
paperLibrary(libs.guava)

0 commit comments

Comments
 (0)