diff --git a/README.md b/README.md index 582c4af..40c2564 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Both HEX and base64 byte array representations can be converted to a selected pr ### Local development -Development of Pulseman is done using Java 17. In order for IntelliJ to work correctly and be able to run and debug the +Development of Pulseman is done using Java 21. In order for IntelliJ to work correctly and be able to run and debug the application you'll need to set the correct Java version. -Open IntelliJ and go to `File -> Project Structure` and set the `SDK` and `Language Level` to be Java 17. +Open IntelliJ and go to `File -> Project Structure` and set the `SDK` and `Language Level` to be Java 21. ![Sample project structure settings](./docs/media/sdkversion.png)