Skip to content

Commit 858ce17

Browse files
committed
Kotlin 2.1.10
1 parent 4d40922 commit 858ce17

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

versions-root/kotlin-versions-lookup.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2+
2.1.10,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1
23
2.1.0,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1
34
2.0.21,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
45
2.0.20,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3

versions-root/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
# core library version
3-
kotlinx-rpc = "0.5.0"
3+
kotlinx-rpc = "0.6.0-SNAPSHOT"
44

55
# kotlin
6-
kotlin-lang = "2.1.0" # or env.KOTLIN_VERSION
6+
kotlin-lang = "2.1.10" # or env.KOTLIN_VERSION
77
kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSION
88

99
# kotlin independent versions
@@ -31,7 +31,7 @@ shadow-jar = "9.0.0-beta4"
3131
atomicfu = "0.27.0"
3232
serialization = "1.8.0"
3333
detekt-gradle-plugin = "1.23.7"
34-
gradle-kotlin-dsl = "5.2.0"
34+
gradle-kotlin-dsl = "5.1.2"
3535
binary-compatibility-validator = "0.17.0"
3636
kover = "0.9.1"
3737

0 commit comments

Comments
 (0)