Skip to content

Commit 85d80ec

Browse files
authored
Update packetevents and packetevents-plugin versions (#166)
2 parents 97a9321 + 52158ab commit 85d80ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
77
javaVersion=21
88
mcVersion=1.21.10
99
group=dev.slne.surf
10-
version=1.21.10-2.42.1
10+
version=1.21.10-2.42.2
1111
relocationPrefix=dev.slne.surf.surfapi.libs
12-
snapshot=false
12+
snapshot=false

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ kotlinxCoroutines = "1.10.2"
88
kotlinx-serialization = "1.9.0"
99

1010
# Packet Events
11-
packetevents = "2.10.0-SNAPSHOT"
12-
packetevents-plugin = "2.10.0-SNAPSHOT"
11+
packetevents = "2.10.0"
12+
packetevents-plugin = "2.10.0"
1313

1414
# Command API
1515
commandapi = "11.0.0"
@@ -180,4 +180,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp-version" }
180180

181181
[bundles]
182182
ktor-client = ["ktor-client-core", "ktor-client-okhttp", "ktor-client-content-negotiation", "ktor-serialization-kotlinx-json"]
183-
inventory-framework = ["inventory-framework-platform-paper", "inventory-framework-platform-bukkit"]
183+
inventory-framework = ["inventory-framework-platform-paper", "inventory-framework-platform-bukkit"]

0 commit comments

Comments
 (0)