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=26.1.2
group=dev.slne.surf.api
version=3.11.0
version=3.11.1
relocationPrefix=dev.slne.surf.api.libs
snapshot=false
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
# Paper
paper-api = "26.1+"
canvas-api = "1.21.11-R0.1-SNAPSHOT"
canvas-api = "26.1+"
Comment thread
twisti-dev marked this conversation as resolved.

# Kolin
kotlinVersion = "2.3.20"
kotlinxCoroutines = "1.10.2"
kotlinVersion = "2.3.21"
kotlinxCoroutines = "1.11.0"
kotlinx-serialization = "1.11.0"

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

# Command API
Expand All @@ -35,9 +35,9 @@ placeholder-api = "2.12.2"
mccoroutine = "2.22.2"

# Miscellaneous Libraries
guava = "33.5.0-jre"
caffeine = "3.2.3"
caffeine-courotines = "3.0.2"
guava = "33.6.0-jre"
caffeine = "3.2.4"
caffeine-courotines = "3.0.4"
Comment thread
twisti-dev marked this conversation as resolved.
gson = "2.13.2"
commons-lang3 = "3.20.0"
commons-text = "1.15.0"
Expand All @@ -58,10 +58,10 @@ flogger = "0.9"
aide-reflection = "1.3"
auto-service = "1.1.1"
auto-service-ksp = "1.2.0"
ktor = "3.4.2"
ktor = "3.4.3"
glm = "0.9.9.1-15"
ksp-version = "2.3.6"
reactor-netty = "1.3.4"
ksp-version = "2.3.7"
Comment thread
twisti-dev marked this conversation as resolved.
reactor-netty = "1.3.5"
bytebuddy = "1.18.8"

# Plugin versions
Expand Down