1
1
# Extended Scalars for graphql-java
2
2
3
3
[ ![ Build Status] ( https://github.com/graphql-java/graphql-java-extended-scalars/actions/workflows/master.yml/badge.svg )] ( https://github.com/graphql-java/graphql-java-extended-scalars/actions/workflows/master.yml )
4
- [ ![ Latest Release] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-scalars?versionPrefix=17 )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-scalars/ )
4
+ [ ![ Latest Release] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-scalars?versionPrefix=18 )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-scalars/ )
5
+ [ ![ Latest Snapshot] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-extended-scalars?label=maven-central%20snapshot )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-scalars/ )
5
6
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java-extended-scalars/blob/master/LICENSE.md )
6
7
7
8
@@ -16,14 +17,14 @@ You would use custom scalars when you want to describe more meaningful behavior
16
17
17
18
To use this library put the following into your gradle config
18
19
19
- compile 'com.graphql-java:graphql-java-extended-scalars:17.0 '
20
+ compile 'com.graphql-java:graphql-java-extended-scalars:18.1 '
20
21
21
22
or the following into your Maven config
22
23
23
24
<dependency>
24
25
<groupId>com.graphql-java</groupId>
25
26
<artifactId>graphql-java-extended-scalars</artifactId>
26
- <version>17.0 </version>
27
+ <version>18.1 </version>
27
28
</dependency>
28
29
29
30
> Note:
@@ -35,6 +36,8 @@ or the following into your Maven config
35
36
> use 16.0.0 or above for graphql-java 16.x and above
36
37
>
37
38
> use 17.0 or above for graphql-java 17.x and above
39
+ >
40
+ > use 18.0 or above for graphql-java 18.x and above
38
41
39
42
It's currently available from Maven Central.
40
43
0 commit comments