File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222}
2323
2424group = " io.modelcontextprotocol"
25- version = " 0.5 .0"
25+ version = " 0.6 .0"
2626
2727val mainSourcesJar = tasks.register<Jar >(" mainSourcesJar" ) {
2828 archiveClassifier = " sources"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ application {
1212group = " org.example"
1313version = " 0.1.0"
1414
15- val mcpVersion = " 0.5 .0"
15+ val mcpVersion = " 0.6 .0"
1616val slf4jVersion = " 2.0.9"
1717val anthropicVersion = " 0.8.0"
1818
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ kotlin {
4343
4444 sourceSets {
4545 commonMain.dependencies {
46- implementation(" io.modelcontextprotocol:kotlin-sdk:0.5 .0" )
46+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.6 .0" )
4747 }
4848 jvmMain.dependencies {
4949 implementation(" org.slf4j:slf4j-nop:2.0.9" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ application {
1313group = " org.example"
1414version = " 0.1.0"
1515
16- val mcpVersion = " 0.5 .0"
16+ val mcpVersion = " 0.6 .0"
1717val slf4jVersion = " 2.0.9"
1818val ktorVersion = " 3.1.1"
1919
You can’t perform that action at this time.
0 commit comments