Open
Description
Describe what needs to be done and why
As per #3155:
- the
scala
command indocs-tests
is currently just an alias forscala-cli
, rather than a 1:1 use of thescala
wrapper fromscala:3.5.0
installation scalac
andscala_legacy
are currently launched through their main classes withscala-cli
, rather than via an actual installation (although that's largely the same, just slower)- we should swap
scala
,scalac
andscala_legacy
to an actualcoursier
installation of the default Scala version when usingsclicheck
.
Is your feature request related to a past ticket or discussion?
Describe alternatives you've considered
The current workaround mimics an actual Scala 3 installation close enough for our docs to be largely testable, so we might also just leave it as it is, if we won't have the time to implement this.