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
21
21
<dependency >
22
22
<groupId >com.graphql-java</groupId >
23
23
<artifactId >graphql-java-extended-validation</artifactId >
24
- <version >0 .0.5 </version >
24
+ <version >15 .0.1 </version >
25
25
<type >pom</type >
26
26
</dependency >
27
27
```
28
28
29
29
``` 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 '
31
31
```
32
32
33
33
> Note:
34
34
>
35
35
> use 0.0.3 or below for graphql-java 13.x and below
36
36
>
37
37
> 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
38
40
39
41
Its currently available from JCenter repo and Maven central is pending.
40
42
You can’t perform that action at this time.
0 commit comments