File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-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/ )
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/ )
56[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java-extended-scalars/blob/master/LICENSE.md )
67
78
@@ -16,14 +17,14 @@ You would use custom scalars when you want to describe more meaningful behavior
1617
1718To use this library put the following into your gradle config
1819
19- compile 'com.graphql-java:graphql-java-extended-scalars:17.0 '
20+ compile 'com.graphql-java:graphql-java-extended-scalars:18.1 '
2021
2122or the following into your Maven config
2223
2324 <dependency>
2425 <groupId>com.graphql-java</groupId>
2526 <artifactId>graphql-java-extended-scalars</artifactId>
26- <version>17.0 </version>
27+ <version>18.1 </version>
2728 </dependency>
2829
2930> Note:
@@ -35,6 +36,8 @@ or the following into your Maven config
3536> use 16.0.0 or above for graphql-java 16.x and above
3637>
3738> 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
3841
3942It's currently available from Maven Central.
4043
You can’t perform that action at this time.
0 commit comments