Skip to content

Commit d841e89

Browse files
brunoborgesCopilot
andcommitted
Fix jbang-example.java shebang line and dependency version
The first line was a bare '!' instead of the proper JBang shebang '///usr/bin/env jbang'. Also updated the dependency version from 0.3.0-java.2 to the current 0.3.1-java.1-SNAPSHOT. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7ab1961 commit d841e89

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)