Skip to content

Commit da3fa78

Browse files
committed
For Train: Set 2.1.10 version for plugin.serialization
1 parent 65dfb80 commit da3fa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktor-test-server/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
`kotlin-dsl`
99
// Serialization version should be aligned with the Kotlin version embedded in Gradle
1010
// https://docs.gradle.org/current/userguide/compatibility.html#kotlin
11-
kotlin("plugin.serialization") version embeddedKotlinVersion
11+
kotlin("plugin.serialization") version "2.1.10"
1212
}
1313

1414
dependencies {

0 commit comments

Comments
 (0)