Skip to content

Commit 0a856be

Browse files
authored
Update JavaSDK BOM version (modelcontextprotocol#146)
Signed-off-by: Christian Tzolov <[email protected]>
1 parent e393ebc commit 0a856be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/java/mcp-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Add the BOM to your project:
129129
<dependency>
130130
<groupId>io.modelcontextprotocol.sdk</groupId>
131131
<artifactId>mcp-bom</artifactId>
132-
<version>0.7.0-SNAPSHOT</version>
132+
<version>0.7.0</version>
133133
<type>pom</type>
134134
<scope>import</scope>
135135
</dependency>
@@ -141,7 +141,7 @@ Add the BOM to your project:
141141
<Tab title="Gradle">
142142
```groovy
143143
dependencies {
144-
implementation platform("io.modelcontextprotocol.sdk:mcp-bom:0.7.0-SNAPSHOT")
144+
implementation platform("io.modelcontextprotocol.sdk:mcp-bom:0.7.0")
145145
//...
146146
}
147147
```

0 commit comments

Comments
 (0)