-
Notifications
You must be signed in to change notification settings - Fork 23
release: v0.9.6 #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: v0.9.6 #295
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ ext { | |||||
|
|
||||||
| dependencies { | ||||||
| // Use local build of SDK | ||||||
| implementation files('../../build/libs/openfga-sdk-0.9.5.jar') | ||||||
| implementation files('../../build/libs/openfga-sdk-0.9.6.jar') | ||||||
|
||||||
| implementation files('../../build/libs/openfga-sdk-0.9.6.jar') | |
| implementation fileTree(dir: '../../build/libs', include: 'openfga-sdk-*.jar') |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ publishing { | |
| pom { | ||
| group = 'dev.openfga' | ||
| name = 'openfga-sdk' | ||
| version = '0.9.5' | ||
| version = '0.9.6' | ||
| description = 'This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).' | ||
|
Comment on lines
7
to
10
|
||
| url = 'https://openfga.dev' | ||
| licenses { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.