Skip to content

Commit 20b26d2

Browse files
committed
Upgrade kotlin-sdk dependency to 0.8.0 in samples. Update project version to 0.8.1-SNAPSHOT
1 parent e119a82 commit 20b26d2

5 files changed

Lines changed: 73 additions & 73 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kotlin.mpp.enableCInteropCommonization=true
1414
kotlin.native.ignoreDisabledTargets=true
1515

1616
group=io.modelcontextprotocol
17-
version=0.8.0
17+
version=0.8.1-SNAPSHOT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
anthropic = "2.9.0"
33
kotlin = "2.2.21"
44
ktor = "3.2.3"
5-
mcp-kotlin = "0.7.7"
5+
mcp-kotlin = "0.8.0"
66
shadow = "9.2.2"
77
slf4j = "2.0.17"
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.21"
33
ktor = "3.2.3"
4-
mcp-kotlin = "0.7.7"
4+
mcp-kotlin = "0.8.0"
55
slf4j = "2.0.17"
66
shadow = "9.2.2"
77

0 commit comments

Comments
 (0)