Skip to content

Commit d0f549a

Browse files
authored
Update README.md
updating for 15.0.1 planned release
1 parent 6d38859 commit d0f549a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff 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
3941
Its currently available from JCenter repo and Maven central is pending.
4042

0 commit comments

Comments
 (0)