Skip to content

Commit e3176ca

Browse files
committed
Downgrade Kotlin to 2.3.10 across all projects
1 parent 112647a commit e3176ca

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ atomicfu = "0.31.0"
44
binaryCompatibilityValidatorPlugin = "0.18.1"
55
detekt = "2.0.0-alpha.2"
66
dokka = "2.1.0"
7-
kotlin = "2.3.20"
7+
kotlin = "2.3.10"
88
kover = "0.9.7"
99
ktlint = "14.0.1"
1010
knit = "0.5.1"

samples/kotlin-mcp-client/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
anthropic = "2.17.0"
3-
kotlin = "2.3.20"
3+
kotlin = "2.3.10"
44
ktor = "3.3.3"
55
mcp-kotlin = "0.9.0"
66
shadow = "9.4.0"

samples/kotlin-mcp-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.3.20"
2+
kotlin = "2.3.10"
33
ktor = "3.3.3"
44
mcp-kotlin = "0.9.0"
55
slf4j = "2.0.17"

samples/simple-streamable-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.3.20"
2+
kotlin = "2.3.10"
33
ktor = "3.3.3"
44
mcp-kotlin = "0.9.0"
55
slf4j = "2.0.17"

samples/weather-stdio-server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
coroutines = "1.10.2"
3-
kotlin = "2.3.20"
3+
kotlin = "2.3.10"
44
ktor = "3.3.3"
55
logging = "8.0.01"
66
mcp-kotlin = "0.9.0"

0 commit comments

Comments
 (0)