migrate scala.json to contents of scala-experimental.json
fulfil SIP #46 by updating the scala command installed by cs setup to be Scala CLI.
@alexarchambault is it ok to just replace the contents like this? or does there need to be some other version override to include the old way?
or should this be handled by cs setup installing a different app?
other points, do we need to add "old-scala.json" for people who want the old behaviour?
fulfil SIP #46 by updating the scala command installed by cs setup to be Scala CLI.
We've been investigating all the package managers before starting the updates, it's a bit complex unfortunately.
other points, do we need to add "old-scala.json" for people who want the old behaviour?
scala-legacy.json I guess?
is it ok to just replace the contents like this? or does there need to be some other version override to include the old way?
You should be able to check that out by doing update with a custom channel, I think we talked about that it might require some changes in coursier
this will become obsolete with https://github.com/coursier/coursier/pull/2975