Skip to content

Commit 1e77ae4

Browse files
committed
Bump version to 13.0.3
1 parent 09099d5 commit 1e77ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ Are you interested in improving our documentation, working on the codebase, revi
2121
### Using Gradle
2222
Set the Kotlin version in your `gradle.properties`:
2323
```
24-
kotlin.version=1.7.10
24+
kotlin.version=1.8.10
2525
```
2626

2727
Add the dependency:
2828
```groovy
29-
compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.2'
29+
compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.3'
3030
```
3131

3232
### Using Maven
3333
Set the Kotlin version in your `<properties>` section:
3434
```xml
3535

3636
<properties>
37-
<kotlin.version>1.7.10</kotlin.version>
37+
<kotlin.version>1.8.10</kotlin.version>
3838
</properties>
3939
```
4040

@@ -43,7 +43,7 @@ Add the dependency:
4343
<dependency>
4444
<groupId>com.graphql-java-kickstart</groupId>
4545
<artifactId>graphql-java-tools</artifactId>
46-
<version>13.0.2</version>
46+
<version>13.0.3</version>
4747
</dependency>
4848
```
4949

0 commit comments

Comments
 (0)