Skip to content

Commit f9f4d57

Browse files
authored
Merge pull request #135 from graphql-java/update-to-22
Update to v22
2 parents f6191ff + bdccedd commit f9f4d57

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Extended Scalars for graphql-java
22

33
[![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/)
55
[![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/)
66
[![MIT licensed](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphql-java/graphql-java-extended-scalars/blob/master/LICENSE.md)
77

@@ -23,7 +23,7 @@ You would use custom scalars when you want to describe more meaningful behavior
2323
To use this library put the following into your gradle config
2424

2525
```java
26-
implementation 'com.graphql-java:graphql-java-extended-scalars:21.0'
26+
implementation 'com.graphql-java:graphql-java-extended-scalars:22.0'
2727
```
2828

2929
or the following into your Maven config
@@ -32,17 +32,18 @@ or the following into your Maven config
3232
<dependency>
3333
<groupId>com.graphql-java</groupId>
3434
<artifactId>graphql-java-extended-scalars</artifactId>
35-
<version>21.0</version>
35+
<version>22.0</version>
3636
</dependency>
3737
```
3838

3939
> Note:
4040
>
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
4244
>
4345
> use 20.2 for graphql-java 20.x
4446
>
45-
> use 19.1 for graphql-java 19.x
4647
4748
## How to use extended scalars
4849

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141
}
4242

4343
dependencies {
44-
implementation "com.graphql-java:graphql-java:21.3"
44+
implementation "com.graphql-java:graphql-java:22.0"
4545

4646
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
4747
testImplementation "org.codehaus.groovy:groovy:3.0.20"

0 commit comments

Comments
 (0)