VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
540 stars 128 forks source link

Warn the user if the toolkit is used & jvm version < 11 #2061

Open szymon-rd opened 1 year ago

szymon-rd commented 1 year ago

Sttp only supports JVM >= 11. We should warn the user if the used version is older and propose ways to set the version to JVM 11 or newer.

armanbilge commented 1 year ago

Note that the Typelevel toolkit supports JDK8+, so this warning should be specific to the Scala Toolkit.