Skip to content

Commit 3924327

Browse files
committed
Bump version to 14.0.1
1 parent 994afed commit 3924327

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
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=2.0.20
24+
kotlin.version=2.1.20
2525
```
2626

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

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

3636
<properties>
37-
<kotlin.version>2.0.20</kotlin.version>
37+
<kotlin.version>2.1.20</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>14.0.0</version>
46+
<version>14.0.1</version>
4747
</dependency>
4848
```
4949

@@ -65,4 +65,3 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
6565
## Known Issues
6666

6767
[Known issues are aggregated at the wiki](https://github.com/graphql-java-kickstart/graphql-java-tools/wiki/Known-Issues).
68-

0 commit comments

Comments
 (0)