Skip to content

Commit f318448

Browse files
committed
Update dependency declaration in jbang example to use correct group ID
1 parent 648ce5e commit f318448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jbang jbang-example.java
117117
The `jbang-example.java` file includes the dependency declaration and can be run directly:
118118

119119
```java
120-
//DEPS com.github.copilot:copilot-sdk:1.0.1-SNAPSHOT
120+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.1-SNAPSHOT
121121
```
122122

123123
## Documentation

0 commit comments

Comments
 (0)