Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Merged

typo #294

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

## WARNING: NoClassDefFoundError when using GraphQL Java Tools > 5.4.x

If you're using `graphl-java-tools` you need to set the `kotlin.version` in your Spring Boot project explicitly to
If you're using `graphql-java-tools` you need to set the `kotlin.version` in your Spring Boot project explicitly to
version 1.3.10, because Spring Boot Starter parent currently overrides it with a 1.2.* version of Kotlin.
`graphql-java-tools` requires 1.3.* however because of its coroutine support. If you don't override this version
you will run into a `NoClassDefFoundError`.
Expand Down