Skip to content

Commit 19c7f53

Browse files
authored
Update readme.md
1 parent 5312ccd commit 19c7f53

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
@@ -11,14 +11,14 @@ You would use custom scalars when you want to describe more meaningful behavior
1111

1212
To use this library put the following into your gradle config
1313

14-
compile 'com.graphql-java:graphql-java-extended-scalars:<version???>'
14+
compile 'com.graphql-java:graphql-java-extended-scalars:1.0'
1515

1616
or the following into your Maven config
1717

1818
<dependency>
1919
<groupId>com.graphql-java</groupId>
2020
<artifactId>graphql-java-extended-scalars</artifactId>
21-
<version>version???</version>
21+
<version>1.0</version>
2222
</dependency>
2323

2424
## DateTime Scalars

0 commit comments

Comments
 (0)