Skip to content

Commit a3a659e

Browse files
committed
docs: update version in readme
1 parent 9990be1 commit a3a659e

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
@@ -18,13 +18,13 @@ When using Maven:
1818
<dependency>
1919
<groupId>com.graphql-java-kickstart</groupId>
2020
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
21-
<version>1.0.0</version>
21+
<version>2.0.0</version>
2222
</dependency>
2323
```
2424

2525
When using gradle:
2626
```groovy
27-
implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:1.0.0"
27+
implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:2.0.0"
2828
```
2929

3030
Configure at least the URL of the GraphQL API to consume:

0 commit comments

Comments
 (0)