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"
55atomicfu = " 0.29.0"
66ktlint = " 13.1.0"
77kover = " 0.9.3"
@@ -14,18 +14,13 @@ serialization = "1.9.0"
1414collections-immutable = " 0.4.0"
1515coroutines = " 1.10.2"
1616kotlinx-io = " 0.8.0"
17- ktor = " 3.3.0 "
17+ ktor = " 3.3.1 "
1818logging = " 7.0.13"
1919slf4j = " 2.0.17"
2020kotest = " 6.0.4"
2121awaitility = " 4.3.0"
2222mokksy = " 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
3126kotlin-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" }
4742ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
4843ktor-client-logging = { group = " io.ktor" , name = " ktor-client-logging" }
4944ktor-client-apache5 = { group = " io.ktor" , name = " ktor-client-apache5" }
50- ktor-client-okhttp = { group = " io.ktor" , name = " ktor-client-okhttp" }
5145ktor-server-sse = { group = " io.ktor" , name = " ktor-server-sse" , version.ref = " ktor" }
52- ktor-server-netty = { group = " io.ktor" , name = " ktor-server-netty" }
5346ktor-server-websockets = { group = " io.ktor" , name = " ktor-server-websockets" , version.ref = " ktor" }
5447ktor-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
6861ktor-client-cio = { group = " io.ktor" , name = " ktor-client-cio" , version.ref = " ktor" }
6962ktor-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 ]
7765kotlinx-binary-compatibility-validator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " binaryCompatibilityValidatorPlugin" }
7866ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlint" }
7967kover = { 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