Skip to content

Commit 510a2cd

Browse files
docs: update version references to 1.0.4
1 parent e7d2bd3 commit 510a2cd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Replace `${copilot.sdk.version}` with the latest release from Maven Central.
3232
<dependency>
3333
<groupId>com.github</groupId>
3434
<artifactId>copilot-sdk-java</artifactId>
35-
<version>1.0.1</version>
35+
<version>1.0.4</version>
3636
</dependency>
3737
```
3838

3939
### Gradle
4040

4141
```groovy
42-
implementation 'com.github:copilot-sdk-java:1.0.1'
42+
implementation 'com.github:copilot-sdk-java:1.0.4'
4343
```
4444

4545
#### Snapshot Builds
@@ -58,7 +58,7 @@ Snapshot builds of the next development version are published to Maven Central S
5858
<dependency>
5959
<groupId>com.github</groupId>
6060
<artifactId>copilot-sdk-java</artifactId>
61-
<version>1.0.2-SNAPSHOT</version>
61+
<version>1.0.5-SNAPSHOT</version>
6262
</dependency>
6363
```
6464

@@ -67,7 +67,7 @@ Snapshot builds of the next development version are published to Maven Central S
6767
Replace `${copilot.sdk.version}` with the latest release from Maven Central.
6868

6969
```groovy
70-
implementation 'com.github:copilot-sdk-java:1.0.2-SNAPSHOT'
70+
implementation 'com.github:copilot-sdk-java:1.0.5-SNAPSHOT'
7171
```
7272

7373
## Quick Start

java/jbang-example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
2-
//DEPS com.github:copilot-sdk-java:1.0.1
2+
//DEPS com.github:copilot-sdk-java:1.0.4
33
import com.github.copilot.CopilotClient;
44
import com.github.copilot.generated.AssistantMessageEvent;
55
import com.github.copilot.generated.SessionUsageInfoEvent;

0 commit comments

Comments
 (0)