Installing Scala locally

Learn how to install Scala locally to solve Exercism's exercises on your own machine


In addition to the exercism CLI and your favorite text editor, practicing with Exercism exercises in Scala requires:

If you don't want install these various dependencies by hand, consider using SDKMAN to manage your java and java-adjacent development tools and libraries.


After installing Java and sbt you will be ready to get started with the Scala track of Exercism.

To get started, see "Running the Tests".