Skip to content

Commit ff3e4e0

Browse files
authored
Update kotlin, ktor, dokka (#334)
kotlin: 2.2.10 -> 2.2.21 ktor: 3.3.0 -> 3.3.1 dokka: 2.0.0 -> 2.1.0 ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update ## Checklist - [x] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed
1 parent 2163b23 commit ff3e4e0

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# plugins version
3-
kotlin = "2.2.10"
4-
dokka = "2.0.0"
3+
kotlin = "2.2.21"
4+
dokka = "2.1.0"
55
atomicfu = "0.29.0"
66
ktlint = "13.1.0"
77
kover = "0.9.3"
@@ -14,18 +14,13 @@ serialization = "1.9.0"
1414
collections-immutable = "0.4.0"
1515
coroutines = "1.10.2"
1616
kotlinx-io = "0.8.0"
17-
ktor = "3.3.0"
17+
ktor = "3.3.1"
1818
logging = "7.0.13"
1919
slf4j = "2.0.17"
2020
kotest = "6.0.4"
2121
awaitility = "4.3.0"
2222
mokksy = "0.6.1"
2323

24-
# Samples
25-
mcp-kotlin = "0.7.3"
26-
anthropic = "2.9.0"
27-
shadow = "9.2.2"
28-
2924
[libraries]
3025
# Plugins
3126
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
@@ -47,9 +42,7 @@ ktor-bom = { group = "io.ktor", name = "ktor-bom", version.ref = "ktor" }
4742
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
4843
ktor-client-logging = { group = "io.ktor", name = "ktor-client-logging"}
4944
ktor-client-apache5 = { group = "io.ktor", name = "ktor-client-apache5" }
50-
ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp" }
5145
ktor-server-sse = { group = "io.ktor", name = "ktor-server-sse", version.ref = "ktor" }
52-
ktor-server-netty = { group = "io.ktor", name = "ktor-server-netty" }
5346
ktor-server-websockets = { group = "io.ktor", name = "ktor-server-websockets", version.ref = "ktor" }
5447
ktor-server-core = { group = "io.ktor", name = "ktor-server-core", version.ref = "ktor" }
5548

@@ -67,19 +60,8 @@ netty-bom = { group = "io.netty", name = "netty-bom", version.ref = "netty" }
6760
# Samples
6861
ktor-client-cio = { group = "io.ktor", name = "ktor-client-cio", version.ref = "ktor" }
6962
ktor-server-cio = { group = "io.ktor", name = "ktor-server-cio", version.ref = "ktor" }
70-
mcp-kotlin-client = { group = "io.modelcontextprotocol", name = "kotlin-sdk-client", version.ref = "mcp-kotlin" }
71-
mcp-kotlin-server = { group = "io.modelcontextprotocol", name = "kotlin-sdk-server", version.ref = "mcp-kotlin" }
72-
anthropic-java = { group = "com.anthropic", name = "anthropic-java", version.ref = "anthropic" }
73-
ktor-client-content-negotiation = { group = "io.ktor", name = "ktor-client-content-negotiation", version.ref = "ktor" }
74-
ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
7563

7664
[plugins]
7765
kotlinx-binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binaryCompatibilityValidatorPlugin" }
7866
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
7967
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
80-
81-
# Samples
82-
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
83-
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
84-
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
85-
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }

0 commit comments

Comments
 (0)