Skip to content

Commit 8e13c16

Browse files
authored
Update dependency versions in libs.versions.toml and gradle.properties (#346)
2 parents e41104d + 3b7dcfd commit 8e13c16

2 files changed

Lines changed: 11 additions & 11 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=26.1.2
99
group=dev.slne.surf.api
10-
version=3.11.0
10+
version=3.11.1
1111
relocationPrefix=dev.slne.surf.api.libs
1212
snapshot=false

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
# Paper
33
paper-api = "26.1+"
4-
canvas-api = "1.21.11-R0.1-SNAPSHOT"
4+
canvas-api = "26.1+"
55

66
# Kolin
7-
kotlinVersion = "2.3.20"
8-
kotlinxCoroutines = "1.10.2"
7+
kotlinVersion = "2.3.21"
8+
kotlinxCoroutines = "1.11.0"
99
kotlinx-serialization = "1.11.0"
1010

1111
# Packet Events
12-
packetevents = "2.11.2"
12+
packetevents = "2.12.1"
1313
packetevents-plugin = "2.12.1"
1414

1515
# Command API
@@ -35,9 +35,9 @@ placeholder-api = "2.12.2"
3535
mccoroutine = "2.22.2"
3636

3737
# Miscellaneous Libraries
38-
guava = "33.5.0-jre"
39-
caffeine = "3.2.3"
40-
caffeine-courotines = "3.0.2"
38+
guava = "33.6.0-jre"
39+
caffeine = "3.2.4"
40+
caffeine-courotines = "3.0.4"
4141
gson = "2.13.2"
4242
commons-lang3 = "3.20.0"
4343
commons-text = "1.15.0"
@@ -58,10 +58,10 @@ flogger = "0.9"
5858
aide-reflection = "1.3"
5959
auto-service = "1.1.1"
6060
auto-service-ksp = "1.2.0"
61-
ktor = "3.4.2"
61+
ktor = "3.4.3"
6262
glm = "0.9.9.1-15"
63-
ksp-version = "2.3.6"
64-
reactor-netty = "1.3.4"
63+
ksp-version = "2.3.7"
64+
reactor-netty = "1.3.5"
6565
bytebuddy = "1.18.8"
6666

6767
# Plugin versions

0 commit comments

Comments
 (0)