Skip to content

Commit 400cf82

Browse files
committed
Bump version to 14.0.0
1 parent 83fe435 commit 400cf82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

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

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

3636
<properties>
37-
<kotlin.version>1.8.21</kotlin.version>
37+
<kotlin.version>2.0.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>13.1.1</version>
46+
<version>14.0.0</version>
4747
</dependency>
4848
```
4949

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.graphql-java-kickstart</groupId>
66
<artifactId>graphql-java-tools</artifactId>
7-
<version>13.1.2-SNAPSHOT</version>
7+
<version>14.0.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>

0 commit comments

Comments
 (0)