Skip to content

Commit 852e38a

Browse files
docs: update version references to 1.0.7-preview.1
1 parent 04a4adc commit 852e38a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Replace `${copilot.sdk.version}` with the latest release from Maven Central.
3939
### Gradle
4040

4141
```groovy
42-
implementation 'com.github:copilot-sdk-java:1.0.7-preview.0-01'
42+
implementation 'com.github:copilot-sdk-java:1.0.7-preview.1-01'
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.8-preview.0-SNAPSHOT</version>
61+
<version>1.0.8-preview.1-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.7-preview.0-01-SNAPSHOT'
70+
implementation 'com.github:copilot-sdk-java:1.0.7-preview.1-01-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.7-preview.0-01
2+
//DEPS com.github:copilot-sdk-java:1.0.7-preview.1-01
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)