Skip to content

Commit fe7077b

Browse files
docs: update version references to 1.0.0-beta-12-java.1
1 parent c46ac07 commit fe7077b

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
@@ -30,14 +30,14 @@ Replace `${copilot.sdk.version}` with the latest release from Maven Central.
3030
<dependency>
3131
<groupId>com.github</groupId>
3232
<artifactId>copilot-sdk-java</artifactId>
33-
<version>1.0.0-beta-12-java.0</version>
33+
<version>1.0.0-beta-12-java.1</version>
3434
</dependency>
3535
```
3636

3737
### Gradle
3838

3939
```groovy
40-
implementation 'com.github:copilot-sdk-java:1.0.0-beta-12-java.0'
40+
implementation 'com.github:copilot-sdk-java:1.0.0-beta-12-java.1'
4141
```
4242

4343
#### Snapshot Builds
@@ -56,7 +56,7 @@ Snapshot builds of the next development version are published to Maven Central S
5656
<dependency>
5757
<groupId>com.github</groupId>
5858
<artifactId>copilot-sdk-java</artifactId>
59-
<version>1.0.0-beta-12-java.1-SNAPSHOT</version>
59+
<version>1.0.0-beta-12-java.2-SNAPSHOT</version>
6060
</dependency>
6161
```
6262

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

6767
```groovy
68-
implementation 'com.github:copilot-sdk-java:1.0.0-beta-12-java.0-SNAPSHOT'
68+
implementation 'com.github:copilot-sdk-java:1.0.0-beta-12-java.1-SNAPSHOT'
6969
```
7070

7171
## 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.0-beta-12-java.0
2+
//DEPS com.github:copilot-sdk-java:1.0.0-beta-12-java.1
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)