File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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=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/ )
55[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java-extended-scalars/blob/master/LICENSE.md )
66
77
@@ -16,14 +16,14 @@ You would use custom scalars when you want to describe more meaningful behavior
1616
1717To use this library put the following into your gradle config
1818
19- compile 'com.graphql-java:graphql-java-extended-scalars:17.0 '
19+ compile 'com.graphql-java:graphql-java-extended-scalars:18.1 '
2020
2121or the following into your Maven config
2222
2323 <dependency>
2424 <groupId>com.graphql-java</groupId>
2525 <artifactId>graphql-java-extended-scalars</artifactId>
26- <version>17.0 </version>
26+ <version>18.1 </version>
2727 </dependency>
2828
2929> Note:
@@ -35,6 +35,8 @@ or the following into your Maven config
3535> use 16.0.0 or above for graphql-java 16.x and above
3636>
3737> use 17.0 or above for graphql-java 17.x and above
38+ >
39+ > use 18.0 or above for graphql-java 18.x and above
3840
3941It's currently available from Maven Central.
4042
You can’t perform that action at this time.
0 commit comments