docs/infrastructure/upgrading-graalvm.md
After upgrading the project to a newer version of GraalVM, all developers must take the following actions to be able to continue development after the upgrade:
sbt bootstrap to get the updated Truffle JAR (if there are issues
updating, removing engine/runtime/build-cache directory may help).enso/clean.If you are upgrading the build to a new GraalVM version, you additionally need to perform the following tasks:
build.sbt
configuration. This is both a version number and (if it is changed), the
associated version of Java.Dockerfile to contain the correct
GraalVM version.