Skip to content

Commit 544b03e

Browse files
committed
feat: update build gradle jar version for example
1 parent 6389a2a commit 544b03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/streamed-list-objects/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ext {
1717

1818
dependencies {
1919
// Use local build of SDK
20-
implementation files('../../build/libs/openfga-sdk-0.9.2.jar')
20+
implementation files('../../build/libs/openfga-sdk-0.9.3.jar')
2121

2222
// Serialization
2323
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")

0 commit comments

Comments
 (0)