Skip to content

Commit 96f9037

Browse files
authored
Merge pull request #32 from simple-robot/dev/update-simbot
更新simbot到4.0.0; 更新ktor到2.3.11
2 parents 46e748d + e76315c commit 96f9037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ kotlin = "2.0.0"
33
kotlinx-coroutines = "1.8.1"
44
kotlinx-serialization = "1.6.3"
55
dokka = "1.9.20"
6-
ktor = "2.3.8"
6+
ktor = "2.3.11"
77
openjdk-jmh = "1.35"
88
log4j = "2.20.0"
99
# simbot
10-
simbot = "4.0.0-RC3"
10+
simbot = "4.0.0"
1111
suspendTransform = "0.9.0"
1212
gradleCommon = "0.4.0"
1313
# ksp
1414
ksp = "2.0.0-1.0.22"
1515
# https://square.github.io/kotlinpoet/
16-
kotlinPoet = "1.16.0"
16+
kotlinPoet = "1.17.0"
1717
# https://mockk.io/
1818
mockk = "1.13.10"
1919
# https://detekt.dev/docs/intro

0 commit comments

Comments
 (0)