Next Scala 3 LTS version will increase minimum required JDK version

sbt 1.2.x added cross JDK forking, which is a helper command to automatically pick up alternative Java homes so you can write:

> java++ 8!
> test
3 Likes