File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
plugins {
6
6
`kotlin- dsl`
7
- kotlin(" plugin.serialization" ) version " 1.9.22 "
7
+ kotlin(" plugin.serialization" ) version " 1.9.30-station-874 "
8
8
}
9
9
10
10
val buildSnapshotTrain = properties[" build_snapshot_train" ]?.toString().toBoolean()
@@ -22,8 +22,8 @@ repositories {
22
22
val ktor_version = " 3.0.0-eap-852"
23
23
24
24
dependencies {
25
- implementation(kotlin(" gradle-plugin" , " 2.0.20 " ))
26
- implementation(kotlin(" serialization" , " 2.0.20 " ))
25
+ implementation(kotlin(" gradle-plugin" , " 2.1.0-saturn-419 " ))
26
+ implementation(kotlin(" serialization" , " 2.1.0-saturn-419 " ))
27
27
28
28
val ktlint_version = libs.versions.ktlint.version.get()
29
29
implementation(" org.jmailen.gradle:kotlinter-gradle:$ktlint_version " )
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin-version = " 2.0.20 "
2
+ kotlin-version = " 2.1.0-saturn-419 "
3
3
kotlinx-html-version = " 0.11.0"
4
4
kotlinx-datetime = " 0.6.1"
5
5
kotlinx-io = " 0.5.1"
You can’t perform that action at this time.
0 commit comments