Skip to content

Commit 5170c55

Browse files
committed
Update README.md
1 parent 9d7cc2a commit 5170c55

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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.3.70
24+
kotlin.version=1.4.30
2525
```
2626

2727
Add the dependency:
@@ -32,8 +32,9 @@ compile 'com.graphql-java-kickstart:graphql-java-tools:11.0.1'
3232
### Using Maven
3333
Set the Kotlin version in your `<properties>` section:
3434
```xml
35+
3536
<properties>
36-
<kotlin.version>1.3.70</kotlin.version>
37+
<kotlin.version>1.4.30</kotlin.version>
3738
</properties>
3839
```
3940

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
],
55
"packageRules": [
66
{
7-
"matchPackagePatterns": ["^com.graphql-java"],
7+
"description": "Ignore graphql-java snapshot builds",
8+
"matchPackagePatterns": [
9+
"^com.graphql-java"
10+
],
811
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
912
}
1013
]

0 commit comments

Comments
 (0)