diff --git a/README.md b/README.md index 3653eea8b..639c4638c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Yaeger is Another Education Game Engine Runtime, and a fully functional 2D game-engine that requires only a traditional Object-Oriented style of programming. It is based on JavaFX and -requires Java 17 or above to work. +requires Java 20 or above to work. ## Documentation @@ -21,13 +21,13 @@ requires Java 17 or above to work. * Showcase: [Yaeger showcase](https://github.com/han-yaeger/yaeger-showcase) ## Usage -Yaeger requires JDK17, and is available through the Maven Central Repository. +Yaeger requires JDK20, and is available through the Maven Central Repository. ```xml com.github.han-yaeger yaeger - 2021.2022.3 + 2023.2024 ```