-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Users can ask for a custom JVM on the command line, like scala-cli --jvm 11 foo.sc. Yet there's no corresponding using directive.
Describe the solution you'd like
Directives such as these should be accepted by Scala CLI:
//> using jvm "11"
//> using jvm "graalvm-java17:22.2.0"koju
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done