Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: The Scala Programming Language

scalaversion: "2.13.16"
scalaversion: "2.13.17"

url: https://www.scala-lang.org
baseurl: ""
Expand Down
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
release_date: May 8, 2025
- category: current_version
title: Current 2.13.x release
version: 2.13.16
release_date: January 15, 2025
version: 2.13.17
release_date: October 6, 2025
- category: maintenance_version
title: Latest 2.12.x maintenance release
version: 2.12.20
Expand Down
21 changes: 21 additions & 0 deletions _downloads/2025-10-06-2.13.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Scala 2.13.17
start: 06 October 2025
layout: downloadpage
release_version: 2.13.17
release_date: "October 06, 2025"
show_resources: "true"
permalink: /download/2.13.17.html
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available <a href='https://www.java.com/'>here</a>."
api_docs: https://www.scala-lang.org/api/2.13.17/
resources: [
["-main-unixsys", "scala-2.13.17.tgz", "https://github.com/scala/scala/releases/download/v2.13.17/scala-2.13.17.tgz", "Mac OS X, Unix, Cygwin", "21.65M"],
["-main-windows", "scala-2.13.17.msi", "https://github.com/scala/scala/releases/download/v2.13.17/scala-2.13.17.msi", "Windows (msi installer)", "130.65M"],
["-non-main-sys", "scala-2.13.17.zip", "https://github.com/scala/scala/releases/download/v2.13.17/scala-2.13.17.zip", "Windows", "21.68M"],
["-non-main-sys", "scala-2.13.17.deb", "https://github.com/scala/scala/releases/download/v2.13.17/scala-2.13.17.deb", "Debian", "654.65M"],
["-non-main-sys", "scala-2.13.17.rpm", "https://github.com/scala/scala/releases/download/v2.13.17/scala-2.13.17.rpm", "RPM package", "130.86M"],
["-non-main-sys", "scala-docs-2.13.17.txz", "https://github.com/scala/scala/releases/download/v2.13.17/scala-docs-2.13.17.txz", "API docs", "56.36M"],
["-non-main-sys", "scala-docs-2.13.17.zip", "https://github.com/scala/scala/releases/download/v2.13.17/scala-docs-2.13.17.zip", "API docs", "112.37M"],
["-non-main-sys", "scala-sources-2.13.17.tar.gz", "https://github.com/scala/scala/archive/v2.13.17.tar.gz", "Sources", ""]
]
---
16 changes: 16 additions & 0 deletions _posts/2025-10-06-release-notes-2.13.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
category: announcement
permalink: /news/2.13.17/
title: "Scala 2.13.17 is now available!"
---
[Scala 2.13.17](https://github.com/scala/scala/releases/tag/v2.13.17) is now available!

This release
improves compatibility with JDK 25 LTS,
supports Scala 3.7,
improves Scala 3 compatibility and migration,
and more.

It also has a few minor breaking changes.

For details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.13.17) on GitHub.