The Scala Programming Language for your Windows PC

Scala

Scala 2.13.13

  -  136 MB  -  Open Source
  • Latest Version

    Scala 2.13.15

  • Operating System

    Windows XP / Vista / Windows 7 / Windows 8 / Windows 10

  • User Rating

    Click to vote
  • Author / Product

    Scala Team / External Link

  • Filename

    scala-2.13.13.msi

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Scala 2.13.13.


For those interested in downloading the most recent release of Scala or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Scala 2.13.13 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Scala 2.13.13 Screenshot 1

What's new in this version:

Language:
- Support binary integer literals using 0b, as in Java

Compatibility:
- TASTy reader: support Scala 3.4
- Support certain Java libraries compiled on JDK 21
- For JDK 22 support, upgrade to ASM 9.6

Align with Scala 3:
- Allow either -Xsource:3 (for preparing to switch to 3) or -Xsource:3-cross (for crossbuilding on 2 and 3); some existing users of -Xsource:3 should switch to -Xsource:3-cross to avoid unwanted behavior changes
- A new section in the Scala 3 Migration Guide documents -Xsource:3 and -Xsource:3-cross: documentation
- For migration to 3, accommodate case companion as function
- Scala 3 migration warning for implicits found in package prefix

Other improvements:
- -Yrelease supplements -release, allows access to additional JVM packages
- -Xlint now enables -Xlint:named-booleans to lint unnamed boolean literal args
- Respect java.lang.Deprecated annotation even in Scala sources
- Optimize tail recursion on effectively final methods even when final keyword is absent
- Add -Xlint:pattern-shadow to lint pattern varids which are backquotable
- In mixed compilation, allow Java sources to reference MODULE$
- Scaladoc: re-align -doc-source-url behavior with 2.12