Skip to content

Commit 07af152

Browse files
brunoborgesCopilot
andauthored
Update docs/integrations/microsoft-agent-framework.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 905c877 commit 07af152

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/integrations/microsoft-agent-framework.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ pip install copilot-sdk agent-framework-github-copilot
5353
5454
```xml
5555
<!-- Maven -->
56+
<!-- Set copilot.sdk.version to the version published in java/README.md / Maven Central -->
5657
<dependency>
57-
<groupId>com.github.copilot</groupId>
58-
<artifactId>copilot-sdk</artifactId>
58+
<groupId>com.github</groupId>
59+
<artifactId>copilot-sdk-java</artifactId>
60+
<version>${copilot.sdk.version}</version>
5961
</dependency>
6062
```
6163

0 commit comments

Comments
 (0)