scala
script uses an old Scala version for printing help messages
#21263
Labels
area:runner
Issues tied to the scala runner command.
itype:bug
regression
This worked in a previous version but doesn't anymore
Compiler version
3.5.0-RC5, 3.5.1-RC1
Minimized code
All help messages returned by the runner (Scala CLI) use the launcher's default Scala version (3.4.2 for Scala CLI v1.4.1) rather than what's passed as
--cli-default-scala-version
in thescala
script.This affects all help messages (
-X
,-Y
,--scalac-help
, etc).Output
Expectation
should return the same as
for a given installation.
The text was updated successfully, but these errors were encountered: