Skip to content

Commit c9396fc

Browse files
authored
Merge pull request #127 from github/fix/jbang-example-shebang-and-version
Fix jbang-example.java shebang line and dependency version
2 parents 7ab1961 + d841e89 commit c9396fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jbang-example.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
!
2-
//DEPS com.github:copilot-sdk-java:0.3.0-java.2
1+
///usr/bin/env jbang "$0" "$@" ; exit $?
2+
//DEPS com.github:copilot-sdk-java:0.3.1-java.1-SNAPSHOT
33
import com.github.copilot.sdk.CopilotClient;
44
import com.github.copilot.sdk.generated.AssistantMessageEvent;
55
import com.github.copilot.sdk.generated.SessionUsageInfoEvent;

0 commit comments

Comments
 (0)