sbtenv

Manages multiple sbt versions similar to rbenv or pyenv

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for managing sbt environments

Commands

sbtenv

Examples

List all available sbt versions to install$ sbtenv versions
Install a specific version of sbt$ sbtenv install 1.8.0
Set the global sbt version$ sbtenv global 1.8.0