Skip to content

Commit 4fc0669

Browse files
joshspicerCopilot
andcommitted
Merge origin/main into joshspicer/managed-approval-required-sdk
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2 parents 02bb10e + 316fe5b commit 4fc0669

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Replace `${copilot.sdk.version}` with the latest release from Maven Central.
3939
### Gradle
4040

4141
```groovy
42-
implementation 'com.github:copilot-sdk-java:1.0.9-preview.0-01'
42+
implementation 'com.github:copilot-sdk-java:1.0.9-preview.1-01'
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.10-preview.0-SNAPSHOT</version>
61+
<version>1.0.10-preview.1-SNAPSHOT</version>
6262
</dependency>
6363
```
6464

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

6969
```groovy
70-
implementation 'com.github:copilot-sdk-java:1.0.10-preview.0-SNAPSHOT'
70+
implementation 'com.github:copilot-sdk-java:1.0.10-preview.1-SNAPSHOT'
7171
```
7272

7373
## 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.9-preview.0-01
2+
//DEPS com.github:copilot-sdk-java:1.0.9-preview.1-01
33
import com.github.copilot.CopilotClient;
44
import com.github.copilot.generated.AssistantMessageEvent;
55
import com.github.copilot.generated.SessionUsageInfoEvent;

java/pom.xml

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

88
<groupId>com.github</groupId>
99
<artifactId>copilot-sdk-java</artifactId>
10-
<version>1.0.10-preview.0-SNAPSHOT</version>
10+
<version>1.0.10-preview.1-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>GitHub Copilot SDK :: Java</name>

0 commit comments

Comments
 (0)