Closed
Description
Scala CLI 1.5.4+ will contain a scalafix
command (VirtusLab/scala-cli#2968) which we should be able to use for implementing ScalaCliAlg#runMigration
which is currently a NOP.
Full support for Scalafix migrations is currently only available for sbt projects. The corresponding code in SbtAlg can be used as inspiration for supporting them in Scala CLI.