Skip to content

Commit 15dc157

Browse files
docs: update version references to 1.0.7
1 parent 09f69ed commit 15dc157

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
@@ -23,14 +23,14 @@ Java SDK for programmatic control of GitHub Copilot CLI, enabling you to build A
2323
<dependency>
2424
<groupId>io.github.copilot-community-sdk</groupId>
2525
<artifactId>copilot-sdk</artifactId>
26-
<version>1.0.6</version>
26+
<version>1.0.7</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

3232
```groovy
33-
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.6'
33+
implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.7'
3434
```
3535

3636
## 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.6
2+
//DEPS io.github.copilot-community-sdk:copilot-sdk:1.0.7
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)