We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364e87e commit e86215eCopy full SHA for e86215e
docs/tutorials/getting-started/java.mdx
@@ -64,7 +64,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
64
<dependency>
65
<groupId>dev.openfeature.contrib.providers</groupId>
66
<artifactId>flagd</artifactId>
67
- <version>0.9.3</version>
+ <version>0.10.0</version>
68
</dependency>
69
```
70
@@ -73,7 +73,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
73
74
```groovy
75
implementation 'dev.openfeature:sdk:1.12.2'
76
-implementation 'dev.openfeature.contrib.providers:flagd:0.9.3'
+implementation 'dev.openfeature.contrib.providers:flagd:0.10.0'
77
78
79
</TabItem>
0 commit comments