Skip to content

Commit b5caae9

Browse files
authored
Merge pull request #127 from simple-robot/dev/update-kotlin
Update kotlin from 2.0.10 to 2.0.20
2 parents bedd91e + 30f8e56 commit b5caae9

File tree

5 files changed

+124
-160
lines changed

5 files changed

+124
-160
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
2-
kotlin = "2.0.10"
3-
kotlinx-coroutines = "1.9.0"
2+
kotlin = "2.0.20"
3+
kotlinx-coroutines = "1.8.1"
44
kotlinx-serialization = "1.7.1"
55
dokka = "1.9.20"
66
ktor = "2.3.12"
77
openjdk-jmh = "1.37"
88
log4j = "2.24.1"
99
# simbot
1010
simbot = "4.6.0"
11-
suspendTransform = "0.9.0"
11+
suspendTransform = "2.0.20-0.9.3"
1212
gradleCommon = "0.6.0"
1313
# ksp
14-
ksp = "2.0.10-1.0.24"
14+
ksp = "2.0.20-1.0.25"
1515
# https://square.github.io/kotlinpoet/
1616
kotlinPoet = "1.18.1"
1717
# https://mockk.io/

0 commit comments

Comments
 (0)