Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/api-executor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {

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

// OpenFGA Language SDK for DSL transformation
implementation("dev.openfga:openfga-language:v0.2.0-beta.1")
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
{ "type": "generic", "path": "README.md" },
{ "type": "generic", "path": "examples/opentelemetry/build.gradle" },
{ "type": "generic", "path": "examples/basic-examples/build.gradle" },
{ "type": "generic", "path": "examples/streamed-list-objects/build.gradle" }
{ "type": "generic", "path": "examples/streamed-list-objects/build.gradle" },
{ "type": "generic", "path": "examples/api-executor/build.gradle" }
]
}
}
Expand Down
Loading