File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6767Replace ` ${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
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.1
2+ //DEPS com.github:copilot-sdk-java:1.0.4
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