scalafix-cli is currently exposed as a coursier app, but the burden of chosing the right (full) scala version to load scalafix-cli (which is needed for ExplicitResultTypes ,which needs the presentation compiler), remains on the client.
To alleviate that, we could either
Originally discussed in the PR introducing support for scalafix into scala-cli
scalafix-cli is currently exposed as a coursier app, but the burden of chosing the right (full) scala version to load scalafix-cli (which is needed for ExplicitResultTypes ,which needs the presentation compiler), remains on the client.
To alleviate that, we could either
Originally discussed in the PR introducing support for scalafix into scala-cli