Skip to content

Commit e334f0a

Browse files
committed
build(deps): upgrade modelcontextprotocol kotlin-sdk to 0.4.0
- Update io.modelcontextprotocol:kotlin-sdk from version 0.3.0 to 0.4.0 - This change affects the implementation dependency in the build.gradle.kts file
1 parent 4631c6c commit e334f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ project(":core") {
410410
testFramework(TestFrameworkType.Platform)
411411
}
412412

413-
implementation("io.modelcontextprotocol:kotlin-sdk:0.3.0") {
413+
implementation("io.modelcontextprotocol:kotlin-sdk:0.4.0") {
414414
excludeKotlinDeps()
415415
}
416416

0 commit comments

Comments
 (0)