sbtenv

Manage multiple Scala build tool (sbt) versions easily

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-list
install a specific version of sbt$ sbtenv install 1.9.0
set the global default sbt version$ sbtenv global 1.9.0
switch sbt version for current project folder$ sbtenv local 1.8.3
show which sbt version is currently active$ sbtenv version