Scala 2.10.2
2.10.2
Released June 6, 2013. See all releases.
Release Notes
For a summary of important changes, see the GitHub release notes.(Or consult our archive of older release notes.)
Ways to Install This Release
-
Using Coursier
CLI, run:
cs install scala:2.10.2 && cs install scalac:2.10.2
-
Download the Scala binaries for
Need help running the binaries? - Download and use Scala with IntelliJ and then build a project, then test it.
- Using SDKMAN!, you can easily install
specific versions of Scala on any platform with
sdk install scala 2.10.2
- On macOS you can also use Homebrew and existing Scala
Formulae
brew update
brew install scala
- With MacPorts, you can get Scala using
sudo port install scala2.x
command.
For example to install Scala 2.12 simply usesudo port install scala2.12
- Get Ammonite, a popular Scala REPL
Other resources
You can find the installer download links for other operating systems, as well as documentation and source code archives for Scala 2.10.2 below.
Archive | System | Size |
---|---|---|
scala-2.10.2.tgz | Mac OS X, Unix, Cygwin | 20 MB |
scala-2.10.2.msi | Windows (msi installer) | 60 MB |
scala-2.10.2.zip | Windows | 29 MB |
scala-2.10.2.deb | Debian | 25 MB |
scala-2.10.2.rpm | RPM package | 25 MB |
scala-docs-2.10.2.txz | API docs | 4 MB |
scala-docs-2.10.2.zip | API docs | 33 MB |
scala-sources-2.10.2.zip | sources | |
scala-tool-support-2.10.2.tgz | Scala Tool Support (tgz) | 25 KB |
scala-tool-support-2.10.2.zip | Scala Tool Support (zip) | 46 KB |
Other Releases
You can find the links to prior versions or the latest development version below. To see a detailed list of changes for each version of Scala please refer to the changelog.
Note that different major releases of Scala 2 (e.g. Scala 2.11.x and Scala 2.12.x) are not binary compatible with each other. Scala 3 minor releases (e.g. 3.0.x and 3.1.x) follow a different compatibility model .
- Current 3.5.x release:
- Scala 3.5.2 - Released on October 22, 2024
- Current 3.3.x LTS release:
- Scala 3.3.4 - Released on September 27, 2024
- Current 2.13.x release:
- Scala 2.13.15 - Released on September 25, 2024
- Latest 2.12.x maintenance release:
- Scala 2.12.20 - Released on September 4, 2024
- Last 2.11.x maintenance release:
- Scala 2.11.12 - Released on November 9, 2017
- Last 2.10.x maintenance release:
- Scala 2.10.7 - Released on November 9, 2017
- Nightly builds
- Changelog
- All Scala releases
License
The Scala 2.10.2 distribution is released under the 3-clause BSD license.