File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,22 @@ But the project welcomes all feedback and input on code design and validation re
2121<dependency >
2222 <groupId >com.graphql-java</groupId >
2323 <artifactId >graphql-java-extended-validation</artifactId >
24- <version >0 .0.5 </version >
24+ <version >15 .0.1 </version >
2525 <type >pom</type >
2626</dependency >
2727```
2828
2929``` groovy
30- compile 'com.graphql-java:graphql-java-extended-validation:0 .0.5 '
30+ compile 'com.graphql-java:graphql-java-extended-validation:15 .0.1 '
3131```
3232
3333> Note:
3434>
3535> use 0.0.3 or below for graphql-java 13.x and below
3636>
3737> use 14.0.1 or above for graphql-java 14.x and above
38+ >
39+ > use 15.0.1 or above for graphql-java 15.x and above
3840
3941Its currently available from JCenter repo and Maven central is pending.
4042
You can’t perform that action at this time.
0 commit comments