Skip to content

Commit b3f4e08

Browse files
committed
Downgrade kotlin to 2.1.21
1 parent e98dd2b commit b3f4e08

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin.version=2.3.10
2626

2727
Add the dependency:
2828
```groovy
29-
compile 'io.github.graphql-java-kickstart:graphql-java-tools:14.0.3'
29+
compile 'io.github.graphql-java-kickstart:graphql-java-tools:14.0.2'
3030
```
3131

3232
### Using Maven
@@ -43,7 +43,7 @@ Add the dependency:
4343
<dependency>
4444
<groupId>io.github.graphql-java-kickstart</groupId>
4545
<artifactId>graphql-java-tools</artifactId>
46-
<version>14.0.3</version>
46+
<version>14.0.2</version>
4747
</dependency>
4848
```
4949

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.graphql-java-kickstart</groupId>
66
<artifactId>graphql-java-tools</artifactId>
7-
<version>14.0.4-SNAPSHOT</version>
7+
<version>14.0.2</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<java.version>11</java.version>
17-
<kotlin.version>2.3.10</kotlin.version>
17+
<kotlin.version>2.1.21</kotlin.version>
1818
<kotlin-coroutines.version>1.10.2</kotlin-coroutines.version>
1919
<jackson.version>2.21.0</jackson.version>
2020
<graphql-java.version>25.0</graphql-java.version>

0 commit comments

Comments
 (0)