Skip to content

Commit 95a714e

Browse files
authored
Merge pull request #64 from setchy/docs/badge-update
docs: readme updates
2 parents 2bc8468 + ac95f26 commit 95a714e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

1718
To 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

2122
or 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
3942
It's currently available from Maven Central.
4043

0 commit comments

Comments
 (0)