Skip to content

Commit f28637d

Browse files
authored
Scala 2.13.17 (#1848)
1 parent ee026e7 commit f28637d

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: The Scala Programming Language
22

3-
scalaversion: "2.13.16"
3+
scalaversion: "2.13.17"
44

55
url: https://www.scala-lang.org
66
baseurl: ""

_data/scala-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
release_date: May 8, 2025
99
- category: current_version
1010
title: Current 2.13.x release
11-
version: 2.13.16
12-
release_date: January 15, 2025
11+
version: 2.13.17
12+
release_date: October 6, 2025
1313
- category: maintenance_version
1414
title: Latest 2.12.x maintenance release
1515
version: 2.12.20

_downloads/2025-10-06-2.13.17.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Scala 2.13.17
3+
start: 06 October 2025
4+
layout: downloadpage
5+
release_version: 2.13.17
6+
release_date: "October 06, 2025"
7+
show_resources: "true"
8+
permalink: /download/2.13.17.html
9+
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>."
10+
api_docs: https://www.scala-lang.org/api/2.13.17/
11+
resources: [
12+
["-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"],
13+
["-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"],
14+
["-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"],
15+
["-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"],
16+
["-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"],
17+
["-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"],
18+
["-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"],
19+
["-non-main-sys", "scala-sources-2.13.17.tar.gz", "https://github.com/scala/scala/archive/v2.13.17.tar.gz", "Sources", ""]
20+
]
21+
---
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
category: announcement
3+
permalink: /news/2.13.17/
4+
title: "Scala 2.13.17 is now available!"
5+
---
6+
[Scala 2.13.17](https://github.com/scala/scala/releases/tag/v2.13.17) is now available!
7+
8+
This release
9+
improves compatibility with JDK 25 LTS,
10+
supports Scala 3.7,
11+
improves Scala 3 compatibility and migration,
12+
and more.
13+
14+
It also has a few minor breaking changes.
15+
16+
For details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.13.17) on GitHub.

0 commit comments

Comments
 (0)