asdf-lein [](https://github.com/miorimmax/asdf-lein/actions/workflows/build.yaml) [](https://github.com/miorimmax/asdf-lein/actions/workflows/lint.yaml)

February 18, 2025 ยท View on GitHub

A Leiningen plugin for asdf version manager.

Install

Plugin:

asdf plugin add lein https://github.com/miorimmax/asdf-lein.git

Lein:

# Show all installable versions
asdf list-all lein

# Install specific version
asdf install lein 0.10.0

# Set a version globally (on your ~/.tool-versions files)
asdf global lein 0.10.0

# Now lein commands are available
lein help # or lein version

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

Requirements

  • bash, curl, tar, and POSIX utilities.
  • Leiningen runs on the JVM, so you also need a compatible version of Java, which can be installed with the java plugin