Skip to content

Commit 144ea1b

Browse files
committed
On branch edburns/dd-2785864-pre-public-non-code-changes Fix artifactId
modified: src/site/markdown/getting-started.md @brunoborges wrote: > Fix artifactId
1 parent 7c32952 commit 144ea1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/markdown/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add the dependency to your `pom.xml`:
3838
```xml
3939
<dependency>
4040
<groupId>com.github</groupId>
41-
<artifactId>copilot-sdk</artifactId>
41+
<artifactId>copilot-sdk-java</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add the dependency to your `pom.xml`:
4848
Add the dependency to your `build.gradle`:
4949

5050
```groovy
51-
implementation 'com.github:copilot-sdk:${project.version}'
51+
implementation 'com.github:copilot-sdk-java:${project.version}'
5252
```
5353

5454
### JBang (Quick Start)

0 commit comments

Comments
 (0)