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=21 . )] ( 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=22 . )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-extended-scalars/ )
5
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/ )
6
6
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java-extended-scalars/blob/master/LICENSE.md )
7
7
@@ -23,7 +23,7 @@ You would use custom scalars when you want to describe more meaningful behavior
23
23
To use this library put the following into your gradle config
24
24
25
25
``` java
26
- implementation ' com.graphql-java:graphql-java-extended-scalars:21 .0'
26
+ implementation ' com.graphql-java:graphql-java-extended-scalars:22 .0'
27
27
```
28
28
29
29
or the following into your Maven config
@@ -32,17 +32,18 @@ or the following into your Maven config
32
32
<dependency >
33
33
<groupId >com.graphql-java</groupId >
34
34
<artifactId >graphql-java-extended-scalars</artifactId >
35
- <version >21 .0</version >
35
+ <version >22 .0</version >
36
36
</dependency >
37
37
```
38
38
39
39
> Note:
40
40
>
41
- > use 21.0 or above for graphql-java 21.x and above
41
+ > use 22.0 or above for graphql-java 22.x and above
42
+ >
43
+ > use 21.0 for graphql-java 21.x
42
44
>
43
45
> use 20.2 for graphql-java 20.x
44
46
>
45
- > use 19.1 for graphql-java 19.x
46
47
47
48
## How to use extended scalars
48
49
0 commit comments