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 {
22
22
}
23
23
24
24
group = " io.modelcontextprotocol"
25
- version = " 0.5 .0"
25
+ version = " 0.6 .0"
26
26
27
27
val mainSourcesJar = tasks.register<Jar >(" mainSourcesJar" ) {
28
28
archiveClassifier = " sources"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ application {
12
12
group = " org.example"
13
13
version = " 0.1.0"
14
14
15
- val mcpVersion = " 0.5 .0"
15
+ val mcpVersion = " 0.6 .0"
16
16
val slf4jVersion = " 2.0.9"
17
17
val anthropicVersion = " 0.8.0"
18
18
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ kotlin {
43
43
44
44
sourceSets {
45
45
commonMain.dependencies {
46
- implementation(" io.modelcontextprotocol:kotlin-sdk:0.5 .0" )
46
+ implementation(" io.modelcontextprotocol:kotlin-sdk:0.6 .0" )
47
47
}
48
48
jvmMain.dependencies {
49
49
implementation(" org.slf4j:slf4j-nop:2.0.9" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ application {
13
13
group = " org.example"
14
14
version = " 0.1.0"
15
15
16
- val mcpVersion = " 0.5 .0"
16
+ val mcpVersion = " 0.6 .0"
17
17
val slf4jVersion = " 2.0.9"
18
18
val ktorVersion = " 3.1.1"
19
19
You can’t perform that action at this time.
0 commit comments