Skip to content

Commit 8d919c1

Browse files
committed
fix: sync api executor version
1 parent a285e05 commit 8d919c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/api-executor/build.gradle

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

2424
dependencies {
2525
// Use local build of SDK
26-
implementation files('../../build/libs/openfga-sdk-0.9.6.jar') // x-release-please-version
26+
implementation files('../../build/libs/openfga-sdk-0.9.7.jar') // x-release-please-version
2727

2828
// OpenFGA Language SDK for DSL transformation
2929
implementation("dev.openfga:openfga-language:v0.2.0-beta.1")

0 commit comments

Comments
 (0)