Skip to content

Commit 24bdc75

Browse files
authored
Update README.md
1 parent ce5c214 commit 24bdc75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
[GraphQL-Java](https://github.com/andimarek/graphql-java) is a great library, but its syntax is a little bit verbose. This library offers an annotations-based
66
syntax for GraphQL schema definition.
77

8+
ATTENTION THAT VER 6.0 WAS NOT RELEASED CORRECTLY AND WILL BE FIXED SOON
9+
810
## Getting Started
911

1012

1113
(Gradle syntax)
1214

1315
```groovy
1416
dependencies {
15-
compile "io.github.graphql-java:graphql-java-annotations:6.0"
17+
compile "io.github.graphql-java:graphql-java-annotations:5.4"
1618
}
1719
```
1820

@@ -22,7 +24,7 @@ dependencies {
2224
<dependency>
2325
<groupId>io.github.graphql-java</groupId>
2426
<artifactId>graphql-java-annotations</artifactId>
25-
<version>6.0</version>
27+
<version>5.4</version>
2628
</dependency>
2729
```
2830

0 commit comments

Comments
 (0)