Skip to content

Commit 9e7abfc

Browse files
docs: update version references to 1.0.8
1 parent 4c76247 commit 9e7abfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
3131
<dependency>
3232
<groupId>io.github.copilot-community-sdk</groupId>
3333
<artifactId>copilot-sdk</artifactId>
34-
<version>1.0.7</version>
34+
<version>1.0.8</version>
3535
</dependency>
3636
```
3737

3838
### Gradle
3939

4040
```groovy
41-
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.7'
41+
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.8'
4242
```
4343

4444
## Quick Start

jbang-example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.7
2+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.8
33
import com.github.copilot.sdk.*;
44
import com.github.copilot.sdk.events.*;
55
import com.github.copilot.sdk.json.*;

0 commit comments

Comments
 (0)