Java version is 13 but Scala is run on JVM 8. Why?

LeetCode is supporting Java 13 when choosing Java language. But when working on Scala, it's run on JVM 8.
It can be checked by running println(System.getProperty("java.version")) which prints 1.8
Can we please get updated JVM for Scala language?

Comments (1)