File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6565Replace ` ${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
Original file line number Diff line number Diff line change 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
33import com .github .copilot .CopilotClient ;
44import com .github .copilot .generated .AssistantMessageEvent ;
55import com .github .copilot .generated .SessionUsageInfoEvent ;
You can’t perform that action at this time.
0 commit comments