Skip to content

asdf-community/asdf-scala-cli

Repository files navigation

asdf-scala-cli Build Lint

scala-cli plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, gzip: generic POSIX utilities.

Install

Plugin:

asdf plugin add scala-cli
# or
asdf plugin add scala-cli https://github.com/asdf-community/asdf-scala-cli.git

scala-cli:

# Show all installable versions
asdf list-all scala-cli

# Install specific version
asdf install scala-cli latest

# Set a version globally (on your ~/.tool-versions file)
asdf global scala-cli latest

# Now scala-cli commands are available
scala-cli --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Raphaël Lemaitre