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.
2 parents a9f6ec6 + 219804d commit 49138ffCopy full SHA for 49138ff
readme.md
@@ -16,14 +16,14 @@ You would use custom scalars when you want to describe more meaningful behavior
16
17
To use this library put the following into your gradle config
18
19
- compile 'com.graphql-java:graphql-java-extended-scalars:17.0.0'
+ compile 'com.graphql-java:graphql-java-extended-scalars:17.0'
20
21
or the following into your Maven config
22
23
<dependency>
24
<groupId>com.graphql-java</groupId>
25
<artifactId>graphql-java-extended-scalars</artifactId>
26
- <version>17.0.0</version>
+ <version>17.0</version>
27
</dependency>
28
29
> Note:
0 commit comments