diff --git a/README.md b/README.md index 26387007..cff15552 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Are you interested in improving our documentation, working on the codebase, revi ### Using Gradle Set the Kotlin version in your `gradle.properties`: ``` -kotlin.version=1.8.21 +kotlin.version=2.0.20 ``` Add the dependency: ```groovy -compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.1' +compile 'com.graphql-java-kickstart:graphql-java-tools:14.0.0' ``` ### Using Maven @@ -34,7 +34,7 @@ Set the Kotlin version in your `` section: ```xml - 1.8.21 + 2.0.20 ``` @@ -43,7 +43,7 @@ Add the dependency: com.graphql-java-kickstart graphql-java-tools - 13.1.1 + 14.0.0 ``` diff --git a/pom.xml b/pom.xml index 497b3e51..7682c75e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.graphql-java-kickstart graphql-java-tools - 13.1.2-SNAPSHOT + 14.0.0-SNAPSHOT jar GraphQL Java Tools