Skip to content

Commit 49138ff

Browse files
authored
Merge pull request #49 from setchy/feature/docs-java-primitives
(docs) Update refs to 17.0.0 -> 17.0
2 parents a9f6ec6 + 219804d commit 49138ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ You would use custom scalars when you want to describe more meaningful behavior
1616

1717
To use this library put the following into your gradle config
1818

19-
compile 'com.graphql-java:graphql-java-extended-scalars:17.0.0'
19+
compile 'com.graphql-java:graphql-java-extended-scalars:17.0'
2020

2121
or 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.0</version>
26+
<version>17.0</version>
2727
</dependency>
2828

2929
> Note:

0 commit comments

Comments
 (0)