apps
apps copied to clipboard
fulfil [SIP #46](https://docs.scala-lang.org/sips/scala-cli.html) 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...
```shell ~ % cs install --contrib spark-repl https://maven.aliyun.com/repository/central/io/get-coursier/apps/maven-metadata.xml 100.0% [##########] 2.6 KiB (1.6 KiB / s) https://maven.aliyun.com/repository/central/io/get-coursier/apps-contrib/maven-metadata.xml 100.0% [##########] 2.4 KiB (4.2 KiB / s) Cannot find app spark-repl in...
so `cs setup` installs Scala CLI as `scala`
I sort of assumed I could do something like this: ``` cs install -r sonatype:snapshots metals:0.11.9+128-92db24b7-SNAPSHOT ``` But when I try this I get: ``` ❯ cs install -r sonatype:snapshots...
See https://github.com/alexarchambault/ammonite-runner/pull/154 for context. Leaving this as a draft for now, for a lack of proper way to deprecate apps.
This updates mill to use the prebuilt launcher (script from github release). This means that `-i` or `--repl` will now work without a separate app for mill-interactive. It seems to...
When trying to do a `cs install --contrib scala-update` it fails with the following: ``` warning: unknown anonymous info of class scala.tools.nsc.typechecker.ContextErrors$NamerContextErrors$NamerErrorGen$DuplicatesErrorKinds$, assuming class is not anonymous. To remove the...
The official GitHub hosted Scala 3 `scalac` script for versions `3.0.0` and higher scans the flags to pick which main class to run, for example: - `scalac -print-tasty` is meant...
Even if I run `cs install ammonite:latest.stable` every time I run `cs update` to update all of my apps it falls back to `latest.release` configured [here](https://github.com/coursier/apps/blob/master/apps/resources/ammonite.json#L7) and updates ammonite to...