Description
https://www.scala-lang.org/download/3.7.1.html
Released June 4, 2025. See all releases.
Scala binaries for 3.7.1 are available at github.
Release Notes
For a summary of important changes, see the GitHub release notes.
Ways to Install This Release
Using Coursier CLI, run:
cs install scala:3.7.1 && cs install scalac:3.7.1
Download the Scala binaries for 3.7.1 at github.
Need help running the binaries?
You can also install Scala 3.7.1 with Chocolatey by running the following command:
choco install scala --version=3.7.1
Using SDKMAN!, you can easily install the latest version of Scala on any platform by running the following command:
sdk install scala 3.7.1
On macOS you can also use Homebrew and run the following commands:
brew update
brew install scala
https://www.scala-lang.org/download/install.html
To run Scala from the command-line, download the binaries and unpack the archive.
Start the Scala interpreter (aka the “REPL”) by launching scala from where it was unarchived. Start the Scala compiler by launching scalac from where it was unarchived.
Great, so where does download take me? ... I'll cover that in the next ticket. But only because I need to file this ticket so I can reference it there.