Bump JDK version in Developer guide

This commit is contained in:
friendseeker 2024-10-19 21:29:01 -07:00 committed by Jerry Tan
parent 9483a3c626
commit 73f0575910
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The `stable` branch represents the current stable sbt release. Only bug fixes ar
### Note on supported JDK version for the SBT build
The SBT build itself currently doesn't support any JDK beyond version 17. You will run into deprecation warnings (which would become build errors due to build configuration) if you use any later JDK version to build SBT.
The SBT build itself currently doesn't support any JDK beyond version 21. You may run into deprecation warnings (which would become build errors due to build configuration) if you use any later JDK version to build SBT.
If you're using Metals as IDE, also check the `Java Version` setting. The default at the time of writing this is `17`, but this may change in the future, or you may have set it to a later version yourself. (Be aware that Metals may download a JDK in the background if you haven't switch to a local JDK matching the version before changing this setting. Also, this setting is currently only available as a `User` setting, so you can't set it for a single workspace. Don't forget to switch back if you need to for other projects).