Skip to content

Commit 2c5af01

Browse files
authored
fix: Fix dependency for client example (#167)
# Description Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Follow the [`CONTRIBUTING` Guide](../CONTRIBUTING.md). - [x] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification. - Important Prefixes for [release-please](https://github.com/googleapis/release-please): - `fix:` which represents bug fixes, and correlates to a [SemVer](https://semver.org/) patch. - `feat:` represents a new feature, and correlates to a SemVer minor. - `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking change (indicated by the `!`) and will result in a SemVer major. - [x] Ensure the tests pass - [x] Appropriate READMEs were updated (if necessary) Follows up on #149
1 parent 2a881cb commit 2c5af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/helloworld/client/src/main/java/io/a2a/examples/helloworld/HelloWorldRunner.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 io.a2a.sdk:a2a-java-sdk-core:0.2.4-SNAPSHOT
2+
//DEPS io.a2a.sdk:a2a-java-sdk-client:0.2.4-SNAPSHOT
33
//SOURCES HelloWorldClient.java
44

55
/**

0 commit comments

Comments
 (0)