diff --git a/Gemfile.lock b/Gemfile.lock index 3f98ac325..8aed1071f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,6 +57,7 @@ GEM logger faraday-net_http (3.4.0) net-http (>= 0.5.0) + ffi (1.17.1-x64-mingw-ucrt) ffi (1.17.1-x86_64-linux-gnu) fiber-annotation (0.2.0) fiber-local (1.1.0) @@ -262,7 +263,9 @@ GEM minitest (5.25.4) net-http (0.6.0) uri - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.9-x64-mingw-ucrt) + racc (~> 1.4) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -281,7 +284,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.1) + rexml (3.4.2) rouge (3.30.0) ruby-rc4 (0.1.5) rubyzip (2.4.1) @@ -312,6 +315,7 @@ GEM zeitwerk (2.7.2) PLATFORMS + x64-mingw-ucrt x86_64-linux DEPENDENCIES diff --git a/_config.yml b/_config.yml index cd3697750..2d4179544 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ title: The Scala Programming Language -scalaversion: "2.13.16" +scalaversion: "2.13.17" url: https://www.scala-lang.org baseurl: "" diff --git a/_data/ambassadors.yml b/_data/ambassadors.yml index 181297b5f..6d9efd1e3 100644 --- a/_data/ambassadors.yml +++ b/_data/ambassadors.yml @@ -128,17 +128,8 @@ discord: monmcguigan linkedin: https://www.linkedin.com/in/monica-mcguigan/ -- name: Jonathan Winandy - description: Data Engineering Manager, Org at Scala.IO, Scala-FR discord admin - image: /ambassadors/jonathanw.jpeg - city: Nantes, France - discord: ahoyjon - twitter: ahoy_jon - github: ahoy-jon - linkedin: https://www.linkedin.com/in/jwinandy/ - - name: Jakub Kozłowski - description: Open-source contributor and maintainer, conference speaker and small-time YouTuber. + description: Open-source contributor and maintainer, conference speaker and small-time YouTuber. image: https://github.com/kubukoz.png city: Wrocław, Poland discord: kubukoz diff --git a/_data/scala-compiler-team.yml b/_data/scala-compiler-team.yml index 6631c878d..9211651ac 100644 --- a/_data/scala-compiler-team.yml +++ b/_data/scala-compiler-team.yml @@ -71,7 +71,7 @@ - name: Sébastien Doeraene description: Spec Supervisor, Compiler Engineer github: sjrd - org: Scala Center + org: EPFL - name: Jędrzej Rochala description: Tooling Engineer, Specialised Engineer (Pres. Compiler) diff --git a/_data/scala-core.yml b/_data/scala-core.yml index f7c94c38f..2141fd3bc 100644 --- a/_data/scala-core.yml +++ b/_data/scala-core.yml @@ -35,13 +35,13 @@ org: VirtusLab - name: Sébastien Doeraene - description: Scala Center Representative, Spec Supervisor + description: Scala.js Representative, Spec Supervisor image: /scala-core/sjrd.png city: Lausanne, Switzerland discord: sjrd github: sjrd twitter: sjrdoeraene - org: Scala Center + org: EPFL - name: Lukas Rytz description: Akka Representative @@ -53,7 +53,7 @@ org: Akka - name: Tomasz Godzik - description: VirtusLab Representative, Coordinator + description: VirtusLab Representative, Coordinator image: /scala-core/tgodzik.jpg city: Kraków, Poland discord: tgodzik @@ -64,7 +64,7 @@ org: VirtusLab - name: Wojciech Mazur - description: Scala Native Representative, Release Officer, Community Build Maintainer + description: Scala Native Representative, Release Officer, Community Build Maintainer image: /scala-core/wojciech-mazur.jpg city: Kraków, Poland discord: wmazur @@ -81,4 +81,4 @@ github: SethTisue mastodon: https://fosstodon.org/@SethTisue linkedin: https://www.linkedin.com/in/sethtisue/ - org: Akka + org: independent diff --git a/_data/scala-days-sponsors.yml b/_data/scala-days-sponsors.yml new file mode 100644 index 000000000..d38a5e885 --- /dev/null +++ b/_data/scala-days-sponsors.yml @@ -0,0 +1,19 @@ +# Sponsors Data +# ---------------------------------------------------------------------------------------------------------- +# ---------------------------------------------------------------------------------------------------------- + +sponsorship-types: + - title: Platinum + icon: img/assets/icon-platinum.svg + css-class: scaladays-org-logo-platinum + - title: Gold + icon: img/assets/icon-gold.svg + css-class: scaladays-org-logo-gold + - title: Silver + icon: img/assets/icon-silver.svg + css-class: scaladays-org-logo-silver + - title: Bronze + icon: img/assets/icon-bronze.svg + css-class: scaladays-org-logo-bronze + +sponsors: [] diff --git a/_data/scala-releases.yml b/_data/scala-releases.yml index 715e58e8b..d28f33136 100644 --- a/_data/scala-releases.yml +++ b/_data/scala-releases.yml @@ -1,15 +1,15 @@ - category: current_version title: Current 3.7.x release - version: 3.7.0 - release_date: May 7, 2025 + version: 3.7.3 + release_date: September 9, 2025 - category: current_version title: Current 3.3.x LTS release version: 3.3.6 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 diff --git a/_data/setup-scala.yml b/_data/setup-scala.yml index ad8db6f59..d3938b086 100644 --- a/_data/setup-scala.yml +++ b/_data/setup-scala.yml @@ -1,6 +1,6 @@ linux-x86-64: curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup linux-arm64: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup macOS-x86-64: curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup -macOS-arm64: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup +macOS-arm64: curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-aarch64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup macOS-brew: brew install coursier/formulas/coursier && cs setup windows-link: https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-pc-win32.zip diff --git a/_data/teachers.yml b/_data/teachers.yml index 5ecb4fb06..2d4f5dfe4 100644 --- a/_data/teachers.yml +++ b/_data/teachers.yml @@ -148,3 +148,8 @@ location: longitude: -122.968487 latitude: 45.303216 +- institution: Umwelt-Campus Birkenfeld, Hochschule Trier, Germany + name: Stephan Didas + location: + longitude: 7.16896 + latitude: 49.60773 diff --git a/_downloads/2013-03-13-2.10.1.md b/_downloads/2013-03-13-2.10.1.md index 0cb4b7389..7e4d0de7c 100644 --- a/_downloads/2013-03-13-2.10.1.md +++ b/_downloads/2013-03-13-2.10.1.md @@ -6,7 +6,7 @@ release_version: 2.10.1 release_date: "March 13, 2013" show_resources: "true" permalink: /download/2.10.1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.1.tgz", "https://scala-lang.org/files/archive/scala-2.10.1.tgz", "Mac OS X, Unix, Cygwin", "23.9 MB"], diff --git a/_downloads/2013-05-31-2.10.2-RC2.md b/_downloads/2013-05-31-2.10.2-RC2.md index b4e54d197..901961bf8 100644 --- a/_downloads/2013-05-31-2.10.2-RC2.md +++ b/_downloads/2013-05-31-2.10.2-RC2.md @@ -6,7 +6,7 @@ release_version: 2.10.2-RC2 release_date: "May 31, 2013" show_resources: "true" permalink: /download/2.10.2-RC2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.2-RC2.tgz", "https://scala-lang.org/files/archive/scala-2.10.2-RC2.tgz", "Mac OS X, Unix, Cygwin", "20 MB"], diff --git a/_downloads/2013-06-06-2.10.2.md b/_downloads/2013-06-06-2.10.2.md index cc99e3b74..3f561024a 100644 --- a/_downloads/2013-06-06-2.10.2.md +++ b/_downloads/2013-06-06-2.10.2.md @@ -6,7 +6,7 @@ release_version: 2.10.2 release_date: "June 6, 2013" show_resources: "true" permalink: /download/2.10.2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.2.tgz", "https://scala-lang.org/files/archive/scala-2.10.2.tgz", "Mac OS X, Unix, Cygwin", "20 MB"], diff --git a/_downloads/2013-09-18-2.10.3-RC2.md b/_downloads/2013-09-18-2.10.3-RC2.md index 2bcc944df..539e815a3 100644 --- a/_downloads/2013-09-18-2.10.3-RC2.md +++ b/_downloads/2013-09-18-2.10.3-RC2.md @@ -6,7 +6,7 @@ release_version: 2.10.3-RC2 release_date: "September 18, 2013" show_resources: "true" permalink: /download/2.10.3-RC2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.3-RC2.tgz", "https://scala-lang.org/files/archive/scala-2.10.3-RC2.tgz", "Mac OS X, Unix, Cygwin", "20 MB"], diff --git a/_downloads/2013-09-24-2.10.3-RC3.md b/_downloads/2013-09-24-2.10.3-RC3.md index 30d4c81cc..53351b71b 100644 --- a/_downloads/2013-09-24-2.10.3-RC3.md +++ b/_downloads/2013-09-24-2.10.3-RC3.md @@ -6,7 +6,7 @@ release_version: 2.10.3-RC3 release_date: "September 24, 2013" show_resources: "true" permalink: /download/2.10.3-RC3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.3-RC3.tgz", "https://scala-lang.org/files/archive/scala-2.10.3-RC3.tgz", "Mac OS X, Unix, Cygwin", "20 MB"], diff --git a/_downloads/2013-10-01-2.10.3.md b/_downloads/2013-10-01-2.10.3.md index ae1fac0f2..ad95273de 100644 --- a/_downloads/2013-10-01-2.10.3.md +++ b/_downloads/2013-10-01-2.10.3.md @@ -6,7 +6,7 @@ release_version: 2.10.3 release_date: "October 1, 2013" show_resources: "true" permalink: /download/2.10.3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.3.tgz", "https://scala-lang.org/files/archive/scala-2.10.3.tgz", "Mac OS X, Unix, Cygwin", "20 MB"], diff --git a/_downloads/2013-12-20-2.10.4-RC1.md b/_downloads/2013-12-20-2.10.4-RC1.md index 1a9c5d6c5..0c0827d2d 100644 --- a/_downloads/2013-12-20-2.10.4-RC1.md +++ b/_downloads/2013-12-20-2.10.4-RC1.md @@ -6,7 +6,7 @@ release_version: 2.10.4-RC1 release_date: "December 20, 2013" show_resources: "true" permalink: /download/2.10.4-RC1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.4-RC1.tgz", "https://scala-lang.org/files/archive/scala-2.10.4-RC1.tgz", "Mac OS X, Unix, Cygwin", "28.55M"], diff --git a/_downloads/2014-02-04-2.10.4-RC2.md b/_downloads/2014-02-04-2.10.4-RC2.md index fda7c1af9..aac6a09be 100644 --- a/_downloads/2014-02-04-2.10.4-RC2.md +++ b/_downloads/2014-02-04-2.10.4-RC2.md @@ -1,12 +1,12 @@ --- title: Scala 2.10.4-RC2 -start: 4 Februrary 2014 +start: 4 February 2014 layout: downloadpage release_version: 2.10.4-RC2 -release_date: "Feburary 4, 2014" +release_date: "February 4, 2014" show_resources: "true" permalink: /download/2.10.4-RC2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.4-RC2.tgz", "https://scala-lang.org/files/archive/scala-2.10.4-RC2.tgz", "Mac OS X, Unix, Cygwin", "28.55M"], diff --git a/_downloads/2014-02-25-2.10.4-RC3.md b/_downloads/2014-02-25-2.10.4-RC3.md index 5028ba416..0f3b8f180 100644 --- a/_downloads/2014-02-25-2.10.4-RC3.md +++ b/_downloads/2014-02-25-2.10.4-RC3.md @@ -6,7 +6,7 @@ release_version: 2.10.4-RC3 release_date: "February 25, 2014" show_resources: "true" permalink: /download/2.10.4-RC3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.4-RC3.tgz", "https://scala-lang.org/files/archive/scala-2.10.4-RC3.tgz", "Mac OS X, Unix, Cygwin", "28.55M"], diff --git a/_downloads/2014-03-06-2.11.0-RC1.md b/_downloads/2014-03-06-2.11.0-RC1.md index d38b9b61f..2398c2290 100644 --- a/_downloads/2014-03-06-2.11.0-RC1.md +++ b/_downloads/2014-03-06-2.11.0-RC1.md @@ -6,7 +6,7 @@ release_version: 2.11.0-RC1 release_date: "March 06, 2014" show_resources: "true" permalink: /download/2.11.0-RC1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.0-RC1.tgz", "https://github.com/scala/scala/releases/download/v2.11.0-RC1/scala-2.11.0-RC1.tgz", "Mac OS X, Unix, Cygwin", "24.73M"], diff --git a/_downloads/2014-03-20-2.11.0-RC3.md b/_downloads/2014-03-20-2.11.0-RC3.md index 75c05e756..45581e03a 100644 --- a/_downloads/2014-03-20-2.11.0-RC3.md +++ b/_downloads/2014-03-20-2.11.0-RC3.md @@ -6,7 +6,7 @@ release_version: 2.11.0-RC3 release_date: "March 20, 2014" show_resources: "true" permalink: /download/2.11.0-RC3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.0-RC3.tgz", "https://github.com/scala/scala/releases/download/v2.11.0-RC3/scala-2.11.0-RC3.tgz", "Mac OS X, Unix, Cygwin", "24.77M"], diff --git a/_downloads/2014-03-24-2.10.4.md b/_downloads/2014-03-24-2.10.4.md index 257c9122e..64a131a55 100644 --- a/_downloads/2014-03-24-2.10.4.md +++ b/_downloads/2014-03-24-2.10.4.md @@ -6,7 +6,7 @@ release_version: 2.10.4 release_date: "March 24, 2014" show_resources: "true" permalink: /download/2.10.4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.4.tgz", "https://scala-lang.org/files/archive/scala-2.10.4.tgz", "Mac OS X, Unix, Cygwin", "28.55M"], diff --git a/_downloads/2014-04-08-2.11.0-RC4.md b/_downloads/2014-04-08-2.11.0-RC4.md index 9d610bd26..5bfda3099 100644 --- a/_downloads/2014-04-08-2.11.0-RC4.md +++ b/_downloads/2014-04-08-2.11.0-RC4.md @@ -6,7 +6,7 @@ release_version: 2.11.0-RC4 release_date: "April 08, 2014" show_resources: "true" permalink: /download/2.11.0-RC4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.0-RC4.tgz", "https://github.com/scala/scala/releases/download/v2.11.0-RC4/scala-2.11.0-RC4.tgz", "Mac OS X, Unix, Cygwin", "24.79M"], diff --git a/_downloads/2014-04-21-2.11.0.md b/_downloads/2014-04-21-2.11.0.md index 9f88502d3..35329c958 100644 --- a/_downloads/2014-04-21-2.11.0.md +++ b/_downloads/2014-04-21-2.11.0.md @@ -6,7 +6,7 @@ release_version: 2.11.0 release_date: "April 21, 2014" show_resources: "true" permalink: /download/2.11.0.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.0.tgz", "https://github.com/scala/scala/releases/download/v2.11.0/scala-2.11.0.tgz", "Mac OS X, Unix, Cygwin", "24.80M"], diff --git a/_downloads/2014-05-21-2.11.1.md b/_downloads/2014-05-21-2.11.1.md index 8e844d406..a33998598 100644 --- a/_downloads/2014-05-21-2.11.1.md +++ b/_downloads/2014-05-21-2.11.1.md @@ -6,7 +6,7 @@ release_version: 2.11.1 release_date: "May 21, 2014" show_resources: "true" permalink: /download/2.11.1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.1.tgz", "https://github.com/scala/scala/releases/download/v2.11.1/scala-2.11.1.tgz", "Mac OS X, Unix, Cygwin", "24.50M"], diff --git a/_downloads/2014-07-24-2.11.2.md b/_downloads/2014-07-24-2.11.2.md index 3cee9e335..9f583a7d9 100644 --- a/_downloads/2014-07-24-2.11.2.md +++ b/_downloads/2014-07-24-2.11.2.md @@ -6,7 +6,7 @@ release_version: 2.11.2 release_date: "July 24, 2014" show_resources: "true" permalink: /download/2.11.2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.2.tgz", "https://github.com/scala/scala/releases/download/v2.11.2/scala-2.11.2.tgz", "Mac OS X, Unix, Cygwin", "25.26M"], diff --git a/_downloads/2014-10-30-2.11.4.md b/_downloads/2014-10-30-2.11.4.md index d5957f7ca..a8f4f210b 100644 --- a/_downloads/2014-10-30-2.11.4.md +++ b/_downloads/2014-10-30-2.11.4.md @@ -6,7 +6,7 @@ release_version: 2.11.4 release_date: "October 30, 2014" show_resources: "true" permalink: /download/2.11.4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.4.tgz", "https://github.com/scala/scala/releases/download/v2.11.4/scala-2.11.4.tgz", "Mac OS X, Unix, Cygwin", "25.28M"], diff --git a/_downloads/2015-01-14-2.11.5.md b/_downloads/2015-01-14-2.11.5.md index 5304b3f78..8e2670bf6 100644 --- a/_downloads/2015-01-14-2.11.5.md +++ b/_downloads/2015-01-14-2.11.5.md @@ -6,7 +6,7 @@ release_version: 2.11.5 release_date: "January 14, 2015" show_resources: "true" permalink: /download/2.11.5.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.5.tgz", "https://github.com/scala/scala/releases/download/v2.11.5/scala-2.11.5.tgz", "Mac OS X, Unix, Cygwin", "25.88M"], diff --git a/_downloads/2015-03-05-2.10.5.md b/_downloads/2015-03-05-2.10.5.md index 1ec55a30e..b3e3e02ae 100644 --- a/_downloads/2015-03-05-2.10.5.md +++ b/_downloads/2015-03-05-2.10.5.md @@ -6,7 +6,7 @@ release_version: 2.10.5 release_date: "March 05, 2015" show_resources: "true" permalink: /download/2.10.5.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.5.tgz", "https://github.com/scala/scala/releases/download/v2.10.5/scala-2.10.5.tgz", "Mac OS X, Unix, Cygwin", "28.54M"], diff --git a/_downloads/2015-03-05-2.11.6.md b/_downloads/2015-03-05-2.11.6.md index a314f96ab..f610bdb0d 100644 --- a/_downloads/2015-03-05-2.11.6.md +++ b/_downloads/2015-03-05-2.11.6.md @@ -6,7 +6,7 @@ release_version: 2.11.6 release_date: "March 05, 2015" show_resources: "true" permalink: /download/2.11.6.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.6.tgz", "https://github.com/scala/scala/releases/download/v2.11.6/scala-2.11.6.tgz", "Mac OS X, Unix, Cygwin", "25.87M"], diff --git a/_downloads/2015-05-05-2.12.0-M1.md b/_downloads/2015-05-05-2.12.0-M1.md index 097802c73..9833de0ba 100644 --- a/_downloads/2015-05-05-2.12.0-M1.md +++ b/_downloads/2015-05-05-2.12.0-M1.md @@ -6,7 +6,7 @@ release_version: 2.12.0-M1 release_date: "May 05, 2015" show_resources: "true" permalink: /download/2.12.0-M1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-M1.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-M1/scala-2.12.0-M1.tgz", "Mac OS X, Unix, Cygwin", "23.85M"], diff --git a/_downloads/2015-06-23-2.11.7.md b/_downloads/2015-06-23-2.11.7.md index 135b0fab8..21f32d0b6 100644 --- a/_downloads/2015-06-23-2.11.7.md +++ b/_downloads/2015-06-23-2.11.7.md @@ -6,7 +6,7 @@ release_version: 2.11.7 release_date: "June 23, 2015" show_resources: "true" permalink: /download/2.11.7.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.7.tgz", "https://github.com/scala/scala/releases/download/v2.11.7/scala-2.11.7.tgz", "Mac OS X, Unix, Cygwin", "27.14M"], diff --git a/_downloads/2015-07-14-2.12.0-M2.md b/_downloads/2015-07-14-2.12.0-M2.md index 9a87eb083..35c60e28d 100644 --- a/_downloads/2015-07-14-2.12.0-M2.md +++ b/_downloads/2015-07-14-2.12.0-M2.md @@ -6,7 +6,7 @@ release_version: 2.12.0-M2 release_date: "July 14, 2015" show_resources: "true" permalink: /download/2.12.0-M2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-M2.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-M2/scala-2.12.0-M2.tgz", "Mac OS X, Unix, Cygwin", "18.68M"], diff --git a/_downloads/2015-09-18-2.10.6.md b/_downloads/2015-09-18-2.10.6.md index 2f55b8015..eb7573d63 100644 --- a/_downloads/2015-09-18-2.10.6.md +++ b/_downloads/2015-09-18-2.10.6.md @@ -6,7 +6,7 @@ release_version: 2.10.6 release_date: "September 18, 2015" show_resources: "true" permalink: /download/2.10.6.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.10.6.tgz", "https://github.com/scala/scala/releases/download/v2.10.6/scala-2.10.6.tgz", "Max OS X, Unix, Cygwin", "28.54M"], diff --git a/_downloads/2015-10-06-2.12.0-M3.md b/_downloads/2015-10-06-2.12.0-M3.md index 815170ade..3585c6be1 100644 --- a/_downloads/2015-10-06-2.12.0-M3.md +++ b/_downloads/2015-10-06-2.12.0-M3.md @@ -6,7 +6,7 @@ release_version: 2.12.0-M3 release_date: "October 06, 2015" show_resources: "true" permalink: /download/2.12.0-M3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-M3.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-M3/scala-2.12.0-M3.tgz", "Mac OS X, Unix, Cygwin", "19.97M"], diff --git a/_downloads/2016-03-08-2.11.8.md b/_downloads/2016-03-08-2.11.8.md index 82f8b3fd1..903099cd0 100644 --- a/_downloads/2016-03-08-2.11.8.md +++ b/_downloads/2016-03-08-2.11.8.md @@ -6,7 +6,7 @@ release_version: 2.11.8 release_date: "March 08, 2016" show_resources: "true" permalink: /download/2.11.8.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.8.tgz", "https://github.com/scala/scala/releases/download/v2.11.8/scala-2.11.8.tgz", "Mac OS X, Unix, Cygwin", "27.35M"], diff --git a/_downloads/2016-04-11-2.12.0-M4.md b/_downloads/2016-04-11-2.12.0-M4.md index d0b81f684..6dbf02038 100644 --- a/_downloads/2016-04-11-2.12.0-M4.md +++ b/_downloads/2016-04-11-2.12.0-M4.md @@ -6,7 +6,7 @@ release_version: 2.12.0-M4 release_date: "April 11, 2016" show_resources: "true" permalink: /download/2.12.0-M4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-M4.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-M4/scala-2.12.0-M4.tgz", "Mac OS X, Unix, Cygwin", "18.04M"], diff --git a/_downloads/2016-06-29-2.12.0-M5.md b/_downloads/2016-06-29-2.12.0-M5.md index bce4d2310..b28e7d72c 100644 --- a/_downloads/2016-06-29-2.12.0-M5.md +++ b/_downloads/2016-06-29-2.12.0-M5.md @@ -6,7 +6,7 @@ release_version: 2.12.0-M5 release_date: "June 29, 2016" show_resources: "true" permalink: /download/2.12.0-M5.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-M5.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-M5/scala-2.12.0-M5.tgz", "Mac OS X, Unix, Cygwin", "17.53M"], diff --git a/_downloads/2016-09-06-2.12.0-RC1.md b/_downloads/2016-09-06-2.12.0-RC1.md index 2c744ff1b..31454335e 100644 --- a/_downloads/2016-09-06-2.12.0-RC1.md +++ b/_downloads/2016-09-06-2.12.0-RC1.md @@ -6,7 +6,7 @@ release_version: 2.12.0-RC1 release_date: "September 06, 2016" show_resources: "true" permalink: /download/2.12.0-RC1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-RC1.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-RC1/scala-2.12.0-RC1.tgz", "Mac OS X, Unix, Cygwin", "17.65M"], diff --git a/_downloads/2016-10-18-2.12.0-RC2.md b/_downloads/2016-10-18-2.12.0-RC2.md index a2e8b9bd4..9e8bf24c0 100644 --- a/_downloads/2016-10-18-2.12.0-RC2.md +++ b/_downloads/2016-10-18-2.12.0-RC2.md @@ -6,7 +6,7 @@ release_version: 2.12.0-RC2 release_date: "October 18, 2016" show_resources: "true" permalink: /download/2.12.0-RC2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.12.0-RC2.tgz", "https://github.com/scala/scala/releases/download/v2.12.0-RC2/scala-2.12.0-RC2.tgz", "Mac OS X, Unix, Cygwin", "19.24M"], diff --git a/_downloads/2016-12-05-2.12.1.md b/_downloads/2016-12-05-2.12.1.md index eeef9f695..cdd339cb9 100644 --- a/_downloads/2016-12-05-2.12.1.md +++ b/_downloads/2016-12-05-2.12.1.md @@ -6,7 +6,7 @@ release_version: 2.12.1 release_date: "December 05, 2016" show_resources: "true" permalink: /download/2.12.1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.1/ resources: [ diff --git a/_downloads/2017-04-17-2.13.0-M1.md b/_downloads/2017-04-17-2.13.0-M1.md index 1819df607..a4a9b12cb 100644 --- a/_downloads/2017-04-17-2.13.0-M1.md +++ b/_downloads/2017-04-17-2.13.0-M1.md @@ -6,7 +6,7 @@ release_version: 2.13.0-M1 release_date: "April 18, 2017" show_resources: "true" permalink: /download/2.13.0-M1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-M1.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-M1/scala-2.13.0-M1.tgz", "Mac OS X, Unix, Cygwin", "16.95M"], diff --git a/_downloads/2017-04-18-2.11.11.md b/_downloads/2017-04-18-2.11.11.md index f46722b8c..5ebcdedb8 100644 --- a/_downloads/2017-04-18-2.11.11.md +++ b/_downloads/2017-04-18-2.11.11.md @@ -6,7 +6,7 @@ release_version: 2.11.11 release_date: "April 18, 2017" show_resources: "true" permalink: /download/2.11.11.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license resources: [ ["-main-unixsys", "scala-2.11.11.tgz", "https://github.com/scala/scala/releases/download/v2.11.11/scala-2.11.11.tgz", "Mac OS X, Unix, Cygwin", "27.74M"], diff --git a/_downloads/2017-04-18-2.12.2.md b/_downloads/2017-04-18-2.12.2.md index 058709e7f..6239819c8 100644 --- a/_downloads/2017-04-18-2.12.2.md +++ b/_downloads/2017-04-18-2.12.2.md @@ -6,7 +6,7 @@ release_version: 2.12.2 release_date: "April 18, 2017" show_resources: "true" permalink: /download/2.12.2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.2/ resources: [ diff --git a/_downloads/2017-07-26-2.12.3.md b/_downloads/2017-07-26-2.12.3.md index 683e86c16..887ea038e 100644 --- a/_downloads/2017-07-26-2.12.3.md +++ b/_downloads/2017-07-26-2.12.3.md @@ -6,7 +6,7 @@ release_version: 2.12.3 release_date: "July 26, 2017" show_resources: "true" permalink: /download/2.12.3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.3/ resources: [ diff --git a/_downloads/2017-08-08-2.13.0-M2.md b/_downloads/2017-08-08-2.13.0-M2.md index dadefb82f..81ffdb83e 100644 --- a/_downloads/2017-08-08-2.13.0-M2.md +++ b/_downloads/2017-08-08-2.13.0-M2.md @@ -6,7 +6,7 @@ release_version: 2.13.0-M2 release_date: "August 08, 2017" show_resources: "true" permalink: /download/2.13.0-M2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-M2.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-M2/scala-2.13.0-M2.tgz", "Mac OS X, Unix, Cygwin", "16.85M"], diff --git a/_downloads/2017-10-17-2.12.4.md b/_downloads/2017-10-17-2.12.4.md index 0140960d2..6f8154b03 100644 --- a/_downloads/2017-10-17-2.12.4.md +++ b/_downloads/2017-10-17-2.12.4.md @@ -6,7 +6,7 @@ release_version: 2.12.4 release_date: "October 17, 2017" show_resources: "true" permalink: /download/2.12.4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.4/ resources: [ diff --git a/_downloads/2017-11-09-2.10.7.md b/_downloads/2017-11-09-2.10.7.md index 5b1555216..bf572f546 100644 --- a/_downloads/2017-11-09-2.10.7.md +++ b/_downloads/2017-11-09-2.10.7.md @@ -6,7 +6,7 @@ release_version: 2.10.7 release_date: "November 09, 2017" show_resources: "true" permalink: /download/2.10.7.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.10.7/ resources: [ diff --git a/_downloads/2017-11-09-2.11.12.md b/_downloads/2017-11-09-2.11.12.md index 9210534b0..93650c489 100644 --- a/_downloads/2017-11-09-2.11.12.md +++ b/_downloads/2017-11-09-2.11.12.md @@ -6,7 +6,7 @@ release_version: 2.11.12 release_date: "November 09, 2017" show_resources: "true" permalink: /download/2.11.12.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java Runtime Environment, version 1.6 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.11.12/ resources: [ diff --git a/_downloads/2018-01-31-2.13.0-M3.md b/_downloads/2018-01-31-2.13.0-M3.md index f07ddcf8d..5123b34de 100644 --- a/_downloads/2018-01-31-2.13.0-M3.md +++ b/_downloads/2018-01-31-2.13.0-M3.md @@ -6,7 +6,7 @@ release_version: 2.13.0-M3 release_date: "January 31, 2018" show_resources: "true" permalink: /download/2.13.0-M3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-M3.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-M3/scala-2.13.0-M3.tgz", "Mac OS X, Unix, Cygwin", "17.31M"], diff --git a/_downloads/2018-03-15-2.12.5.md b/_downloads/2018-03-15-2.12.5.md index 24e8f35a6..2d1acb61f 100644 --- a/_downloads/2018-03-15-2.12.5.md +++ b/_downloads/2018-03-15-2.12.5.md @@ -6,7 +6,7 @@ release_version: 2.12.5 release_date: "March 19, 2018" show_resources: "true" permalink: /download/2.12.5.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.5/ resources: [ diff --git a/_downloads/2018-04-27-2.12.6.md b/_downloads/2018-04-27-2.12.6.md index 57bc0398a..b1410e095 100644 --- a/_downloads/2018-04-27-2.12.6.md +++ b/_downloads/2018-04-27-2.12.6.md @@ -6,7 +6,7 @@ release_version: 2.12.6 release_date: "April 27, 2018" show_resources: "true" permalink: /download/2.12.6.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.6/ resources: [ diff --git a/_downloads/2018-05-15-2.13.0-M4.md b/_downloads/2018-05-15-2.13.0-M4.md index aeace5148..90047fa8a 100644 --- a/_downloads/2018-05-15-2.13.0-M4.md +++ b/_downloads/2018-05-15-2.13.0-M4.md @@ -6,7 +6,7 @@ release_version: 2.13.0-M4 release_date: "May 15, 2018" show_resources: "true" permalink: /download/2.13.0-M4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-M4.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-M4/scala-2.13.0-M4.tgz", "Mac OS X, Unix, Cygwin", "16.54M"], diff --git a/_downloads/2018-08-30-2.13.0-M5.md b/_downloads/2018-08-30-2.13.0-M5.md index 6e89ab032..22c8059b7 100644 --- a/_downloads/2018-08-30-2.13.0-M5.md +++ b/_downloads/2018-08-30-2.13.0-M5.md @@ -6,7 +6,7 @@ release_version: 2.13.0-M5 release_date: "August 30, 2018" show_resources: "true" permalink: /download/2.13.0-M5.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-M5.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-M5/scala-2.13.0-M5.tgz", "Mac OS X, Unix, Cygwin", "16.90M"], diff --git a/_downloads/2018-09-27-2.12.7.md b/_downloads/2018-09-27-2.12.7.md index 23c9d6fe5..eb670518b 100644 --- a/_downloads/2018-09-27-2.12.7.md +++ b/_downloads/2018-09-27-2.12.7.md @@ -6,7 +6,7 @@ release_version: 2.12.7 release_date: "September 27, 2018" show_resources: "true" permalink: /download/2.12.7.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: 3-clause BSD license api_docs: https://www.scala-lang.org/api/2.12.7/ resources: [ diff --git a/_downloads/2018-12-04-2.12.8.md b/_downloads/2018-12-04-2.12.8.md index f7fafe929..4898fb2d5 100644 --- a/_downloads/2018-12-04-2.12.8.md +++ b/_downloads/2018-12-04-2.12.8.md @@ -6,7 +6,7 @@ release_version: 2.12.8 release_date: "December 04, 2018" show_resources: "true" permalink: /download/2.12.8.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.8/ resources: [ diff --git a/_downloads/2019-04-08-2.13.0-RC1.md b/_downloads/2019-04-08-2.13.0-RC1.md index a5b150f3f..ecfc3f709 100644 --- a/_downloads/2019-04-08-2.13.0-RC1.md +++ b/_downloads/2019-04-08-2.13.0-RC1.md @@ -6,7 +6,7 @@ release_version: 2.13.0-RC1 release_date: "April 08, 2019" show_resources: "true" permalink: /download/2.13.0-RC1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-RC1.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-RC1/scala-2.13.0-RC1.tgz", "Mac OS X, Unix, Cygwin", "18.35M"], diff --git a/_downloads/2019-05-17-2.13.0-RC2.md b/_downloads/2019-05-17-2.13.0-RC2.md index f57b48d3c..75d651b4f 100644 --- a/_downloads/2019-05-17-2.13.0-RC2.md +++ b/_downloads/2019-05-17-2.13.0-RC2.md @@ -6,7 +6,7 @@ release_version: 2.13.0-RC2 release_date: "May 17, 2019" show_resources: "true" permalink: /download/2.13.0-RC2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-RC2.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-RC2/scala-2.13.0-RC2.tgz", "Mac OS X, Unix, Cygwin", "18.51M"], diff --git a/_downloads/2019-05-31-2.13.0-RC3.md b/_downloads/2019-05-31-2.13.0-RC3.md index 824c6b12c..db2999141 100644 --- a/_downloads/2019-05-31-2.13.0-RC3.md +++ b/_downloads/2019-05-31-2.13.0-RC3.md @@ -6,7 +6,7 @@ release_version: 2.13.0-RC3 release_date: "May 31, 2019" show_resources: "true" permalink: /download/2.13.0-RC3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 resources: [ ["-main-unixsys", "scala-2.13.0-RC3.tgz", "https://github.com/scala/scala/releases/download/v2.13.0-RC3/scala-2.13.0-RC3.tgz", "Mac OS X, Unix, Cygwin", "18.51M"], diff --git a/_downloads/2019-06-11-2.13.0.md b/_downloads/2019-06-11-2.13.0.md index 60674d5b0..fb06d04d8 100644 --- a/_downloads/2019-06-11-2.13.0.md +++ b/_downloads/2019-06-11-2.13.0.md @@ -6,7 +6,7 @@ release_version: 2.13.0 release_date: "June 11, 2019" show_resources: "true" permalink: /download/2.13.0.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.0/ resources: [ diff --git a/_downloads/2019-08-05-2.12.9.md b/_downloads/2019-08-05-2.12.9.md index 481ff3972..ce104ff26 100644 --- a/_downloads/2019-08-05-2.12.9.md +++ b/_downloads/2019-08-05-2.12.9.md @@ -6,7 +6,7 @@ release_version: 2.12.9 release_date: "August 05, 2019" show_resources: "true" permalink: /download/2.12.9.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.9/ resources: [ diff --git a/_downloads/2019-09-10-2.12.10.md b/_downloads/2019-09-10-2.12.10.md index 86ec64d79..87c09af2f 100644 --- a/_downloads/2019-09-10-2.12.10.md +++ b/_downloads/2019-09-10-2.12.10.md @@ -6,7 +6,7 @@ release_version: 2.12.10 release_date: "September 10, 2019" show_resources: "true" permalink: /download/2.12.10.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.10/ resources: [ diff --git a/_downloads/2019-09-18-2.13.1.md b/_downloads/2019-09-18-2.13.1.md index f0c28b7ec..c43349391 100644 --- a/_downloads/2019-09-18-2.13.1.md +++ b/_downloads/2019-09-18-2.13.1.md @@ -6,7 +6,7 @@ release_version: 2.13.1 release_date: "September 18, 2019" show_resources: "true" permalink: /download/2.13.1.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.1/ resources: [ diff --git a/_downloads/2020-03-16-2.12.11.md b/_downloads/2020-03-16-2.12.11.md index 0e5841d8d..fa8b0b3e8 100644 --- a/_downloads/2020-03-16-2.12.11.md +++ b/_downloads/2020-03-16-2.12.11.md @@ -6,7 +6,7 @@ release_version: 2.12.11 release_date: "March 16, 2020" show_resources: "true" permalink: /download/2.12.11.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.11/ resources: [ diff --git a/_downloads/2020-04-22-2.13.2.md b/_downloads/2020-04-22-2.13.2.md index 94494841a..cb53d8051 100644 --- a/_downloads/2020-04-22-2.13.2.md +++ b/_downloads/2020-04-22-2.13.2.md @@ -6,7 +6,7 @@ release_version: 2.13.2 release_date: "April 22, 2020" show_resources: "true" permalink: /download/2.13.2.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.2/ resources: [ diff --git a/_downloads/2020-06-25-2.13.3.md b/_downloads/2020-06-25-2.13.3.md index 82f840082..428232848 100644 --- a/_downloads/2020-06-25-2.13.3.md +++ b/_downloads/2020-06-25-2.13.3.md @@ -6,7 +6,7 @@ release_version: 2.13.3 release_date: "June 25, 2020" show_resources: "true" permalink: /download/2.13.3.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.3/ resources: [ diff --git a/_downloads/2020-07-13-2.12.12.md b/_downloads/2020-07-13-2.12.12.md index b4b8707c4..83abdcb5b 100644 --- a/_downloads/2020-07-13-2.12.12.md +++ b/_downloads/2020-07-13-2.12.12.md @@ -6,7 +6,7 @@ release_version: 2.12.12 release_date: "July 13, 2020" show_resources: "true" permalink: /download/2.12.12.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.12/ resources: [ diff --git a/_downloads/2020-11-19-2.13.4.md b/_downloads/2020-11-19-2.13.4.md index 0a5cdbd22..1674387ce 100644 --- a/_downloads/2020-11-19-2.13.4.md +++ b/_downloads/2020-11-19-2.13.4.md @@ -6,7 +6,7 @@ release_version: 2.13.4 release_date: "November 19, 2020" show_resources: "true" permalink: /download/2.13.4.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.4/ resources: [ diff --git a/_downloads/2021-01-12-2.12.13.md b/_downloads/2021-01-12-2.12.13.md index df3bb661c..2b961c009 100644 --- a/_downloads/2021-01-12-2.12.13.md +++ b/_downloads/2021-01-12-2.12.13.md @@ -6,7 +6,7 @@ release_version: 2.12.13 release_date: "January 12, 2021" show_resources: "true" permalink: /download/2.12.13.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.13/ resources: [ diff --git a/_downloads/2021-02-22-2.13.5.md b/_downloads/2021-02-22-2.13.5.md index 46f51f648..b9d1ac43e 100644 --- a/_downloads/2021-02-22-2.13.5.md +++ b/_downloads/2021-02-22-2.13.5.md @@ -6,7 +6,7 @@ release_version: 2.13.5 release_date: "February 22, 2021" show_resources: "true" permalink: /download/2.13.5.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.5/ resources: [ diff --git a/_downloads/2021-05-17-2.13.6.md b/_downloads/2021-05-17-2.13.6.md index e5184d18b..432aeea98 100644 --- a/_downloads/2021-05-17-2.13.6.md +++ b/_downloads/2021-05-17-2.13.6.md @@ -6,7 +6,7 @@ release_version: 2.13.6 release_date: "May 17, 2021" show_resources: "true" permalink: /download/2.13.6.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.6/ resources: [ ["-main-unixsys", "scala-2.13.6.tgz", "https://github.com/scala/scala/releases/download/v2.13.6/scala-2.13.6.tgz", "Mac OS X, Unix, Cygwin", "22.32M"], diff --git a/_downloads/2021-05-28-2.12.14.md b/_downloads/2021-05-28-2.12.14.md index 0a55dfaaa..8e629dc68 100644 --- a/_downloads/2021-05-28-2.12.14.md +++ b/_downloads/2021-05-28-2.12.14.md @@ -6,7 +6,7 @@ release_version: 2.12.14 release_date: "May 28, 2021" show_resources: "true" permalink: /download/2.12.14.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.14/ resources: [ diff --git a/_downloads/2021-09-14-2.12.15.md b/_downloads/2021-09-14-2.12.15.md index 41e575695..7cd6bd26a 100644 --- a/_downloads/2021-09-14-2.12.15.md +++ b/_downloads/2021-09-14-2.12.15.md @@ -6,7 +6,7 @@ release_version: 2.12.15 release_date: "September 14, 2021" show_resources: "true" permalink: /download/2.12.15.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.12.15/ resources: [ diff --git a/_downloads/2021-11-01-2.13.7.md b/_downloads/2021-11-01-2.13.7.md index 5e6a86130..1a14a4752 100644 --- a/_downloads/2021-11-01-2.13.7.md +++ b/_downloads/2021-11-01-2.13.7.md @@ -6,7 +6,7 @@ release_version: 2.13.7 release_date: "November 01, 2021" show_resources: "true" permalink: /download/2.13.7.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.7/ resources: [ diff --git a/_downloads/2022-01-12-2.13.8.md b/_downloads/2022-01-12-2.13.8.md index 021375c70..21a2e9583 100644 --- a/_downloads/2022-01-12-2.13.8.md +++ b/_downloads/2022-01-12-2.13.8.md @@ -6,7 +6,7 @@ release_version: 2.13.8 release_date: "January 12, 2022" show_resources: "true" permalink: /download/2.13.8.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/2.13.8/ resources: [ diff --git a/_downloads/2022-06-10-2.12.16.md b/_downloads/2022-06-10-2.12.16.md index b8172b277..48a562336 100644 --- a/_downloads/2022-06-10-2.12.16.md +++ b/_downloads/2022-06-10-2.12.16.md @@ -6,7 +6,7 @@ release_version: 2.12.16 release_date: "June 10, 2022" show_resources: "true" permalink: /download/2.12.16.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.12.16/ resources: [ ["-main-unixsys", "scala-2.12.16.tgz", "https://github.com/scala/scala/releases/download/v2.12.16/scala-2.12.16.tgz", "Mac OS X, Unix, Cygwin", "20.06M"], diff --git a/_downloads/2022-09-16-2.12.17.md b/_downloads/2022-09-16-2.12.17.md index 83b43c9dc..b224783e4 100644 --- a/_downloads/2022-09-16-2.12.17.md +++ b/_downloads/2022-09-16-2.12.17.md @@ -6,7 +6,7 @@ release_version: 2.12.17 release_date: "September 16, 2022" show_resources: "true" permalink: /download/2.12.17.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.12.17/ resources: [ ["-main-unixsys", "scala-2.12.17.tgz", "https://github.com/scala/scala/releases/download/v2.12.17/scala-2.12.17.tgz", "Mac OS X, Unix, Cygwin", "19.99M"], diff --git a/_downloads/2022-09-21-2.13.9.md b/_downloads/2022-09-21-2.13.9.md index 4e8e03f52..99f00333a 100644 --- a/_downloads/2022-09-21-2.13.9.md +++ b/_downloads/2022-09-21-2.13.9.md @@ -6,7 +6,7 @@ release_version: 2.13.9 release_date: "September 21, 2022" show_resources: "true" permalink: /download/2.13.9.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.9/ resources: [ ["-main-unixsys", "scala-2.13.9.tgz", "https://github.com/scala/scala/releases/download/v2.13.9/scala-2.13.9.tgz", "Mac OS X, Unix, Cygwin", "22.51M"], diff --git a/_downloads/2022-10-13-2.13.10.md b/_downloads/2022-10-13-2.13.10.md index f75e9f57b..156eb6228 100644 --- a/_downloads/2022-10-13-2.13.10.md +++ b/_downloads/2022-10-13-2.13.10.md @@ -6,7 +6,7 @@ release_version: 2.13.10 release_date: "October 13, 2022" show_resources: "true" permalink: /download/2.13.10.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.10/ resources: [ ["-main-unixsys", "scala-2.13.10.tgz", "https://github.com/scala/scala/releases/download/v2.13.10/scala-2.13.10.tgz", "Mac OS X, Unix, Cygwin", "22.57M"], diff --git a/_downloads/2023-06-07-2.12.18.md b/_downloads/2023-06-07-2.12.18.md index 8e35f5b6f..28d0fb73a 100644 --- a/_downloads/2023-06-07-2.12.18.md +++ b/_downloads/2023-06-07-2.12.18.md @@ -6,7 +6,7 @@ release_version: 2.12.18 release_date: "June 07, 2023" show_resources: "true" permalink: /download/2.12.18.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.12.18/ resources: [ ["-main-unixsys", "scala-2.12.18.tgz", "https://github.com/scala/scala/releases/download/v2.12.18/scala-2.12.18.tgz", "Mac OS X, Unix, Cygwin", "20.01M"], diff --git a/_downloads/2023-06-07-2.13.11.md b/_downloads/2023-06-07-2.13.11.md index 3cabb6717..730c234c9 100644 --- a/_downloads/2023-06-07-2.13.11.md +++ b/_downloads/2023-06-07-2.13.11.md @@ -6,7 +6,7 @@ release_version: 2.13.11 release_date: "June 7, 2023" show_resources: "true" permalink: /download/2.13.11.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.11/ resources: [ ["-main-unixsys", "scala-2.13.11.tgz", "https://github.com/scala/scala/releases/download/v2.13.11/scala-2.13.11.tgz", "Mac OS X, Unix, Cygwin", "22.88M"], diff --git a/_downloads/2023-09-11-2.13.12.md b/_downloads/2023-09-11-2.13.12.md index 1b7e6c157..37e36bbde 100644 --- a/_downloads/2023-09-11-2.13.12.md +++ b/_downloads/2023-09-11-2.13.12.md @@ -6,7 +6,7 @@ release_version: 2.13.12 release_date: "September 11, 2023" show_resources: "true" permalink: /download/2.13.12.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.12/ resources: [ ["-main-unixsys", "scala-2.13.12.tgz", "https://github.com/scala/scala/releases/download/v2.13.12/scala-2.13.12.tgz", "Mac OS X, Unix, Cygwin", "22.90M"], diff --git a/_downloads/2024-02-20-2.12.19.md b/_downloads/2024-02-20-2.12.19.md index 0ef272606..148a37e04 100644 --- a/_downloads/2024-02-20-2.12.19.md +++ b/_downloads/2024-02-20-2.12.19.md @@ -6,7 +6,7 @@ release_version: 2.12.19 release_date: "February 26, 2024" show_resources: "true" permalink: /download/2.12.19.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.12.19/ resources: [ ["-main-unixsys", "scala-2.12.19.tgz", "https://github.com/scala/scala/releases/download/v2.12.19/scala-2.12.19.tgz", "Mac OS X, Unix, Cygwin", "20.08M"], diff --git a/_downloads/2024-02-26-2.13.13.md b/_downloads/2024-02-26-2.13.13.md index ddb12bae7..1a4e20ffd 100644 --- a/_downloads/2024-02-26-2.13.13.md +++ b/_downloads/2024-02-26-2.13.13.md @@ -6,7 +6,7 @@ release_version: 2.13.13 release_date: "February 26, 2024" show_resources: "true" permalink: /download/2.13.13.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.13/ resources: [ ["-main-unixsys", "scala-2.13.13.tgz", "https://github.com/scala/scala/releases/download/v2.13.13/scala-2.13.13.tgz", "Mac OS X, Unix, Cygwin", "23.02M"], diff --git a/_downloads/2024-05-01-2.13.14.md b/_downloads/2024-05-01-2.13.14.md index b527d01ac..ff7a4126d 100644 --- a/_downloads/2024-05-01-2.13.14.md +++ b/_downloads/2024-05-01-2.13.14.md @@ -6,7 +6,7 @@ release_version: 2.13.14 release_date: "May 1, 2024" show_resources: "true" permalink: /download/2.13.14.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.14/ resources: [ ["-main-unixsys", "scala-2.13.14.tgz", "https://github.com/scala/scala/releases/download/v2.13.14/scala-2.13.14.tgz", "Mac OS X, Unix, Cygwin", "23.31M"], diff --git a/_downloads/2024-09-04-2.12.20.md b/_downloads/2024-09-04-2.12.20.md index 0f1bec45e..2bee5957c 100644 --- a/_downloads/2024-09-04-2.12.20.md +++ b/_downloads/2024-09-04-2.12.20.md @@ -6,7 +6,7 @@ release_version: 2.12.20 release_date: "September 4, 2024" show_resources: "true" permalink: /download/2.12.20.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.12.20/ resources: [ ["-main-unixsys", "scala-2.12.20.tgz", "https://github.com/scala/scala/releases/download/v2.12.20/scala-2.12.20.tgz", "Mac OS X, Unix, Cygwin", "20.08M"], diff --git a/_downloads/2024-09-25-2.13.15.md b/_downloads/2024-09-25-2.13.15.md index 41e6ce4af..aa875312d 100644 --- a/_downloads/2024-09-25-2.13.15.md +++ b/_downloads/2024-09-25-2.13.15.md @@ -6,7 +6,7 @@ release_version: 2.13.15 release_date: "September 25, 2024" show_resources: "true" permalink: /download/2.13.15.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.15/ resources: [ ["-main-unixsys", "scala-2.13.15.tgz", "https://github.com/scala/scala/releases/download/v2.13.15/scala-2.13.15.tgz", "Mac OS X, Unix, Cygwin", "23.36M"], diff --git a/_downloads/2025-01-15-2.13.16.md b/_downloads/2025-01-15-2.13.16.md index 91997db79..02e0726e8 100644 --- a/_downloads/2025-01-15-2.13.16.md +++ b/_downloads/2025-01-15-2.13.16.md @@ -6,7 +6,7 @@ release_version: 2.13.16 release_date: "January 15, 2025" show_resources: "true" permalink: /download/2.13.16.html -requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java, version 8 or later, which can be downloaded from java.com." api_docs: https://www.scala-lang.org/api/2.13.16/ resources: [ ["-main-unixsys", "scala-2.13.16.tgz", "https://github.com/scala/scala/releases/download/v2.13.16/scala-2.13.16.tgz", "Mac OS X, Unix, Cygwin", "21.57M"], diff --git a/_downloads/2025-06-04-3.7.1.md b/_downloads/2025-06-04-3.7.1.md new file mode 100644 index 000000000..a45a9fc9b --- /dev/null +++ b/_downloads/2025-06-04-3.7.1.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.7.1 +start: 4 June 2025 +layout: downloadpage +release_version: 3.7.1 +release_date: "June 4, 2025" +permalink: /download/3.7.1.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.7.1/ +--- diff --git a/_downloads/2025-08-01-3.7.2.md b/_downloads/2025-08-01-3.7.2.md new file mode 100644 index 000000000..6d7de8d41 --- /dev/null +++ b/_downloads/2025-08-01-3.7.2.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.7.2 +start: 1 August 2025 +layout: downloadpage +release_version: 3.7.2 +release_date: "August 1, 2025" +permalink: /download/3.7.2.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.7.2/ +--- diff --git a/_downloads/2025-09-09-3.7.3.md b/_downloads/2025-09-09-3.7.3.md new file mode 100644 index 000000000..7b693b3eb --- /dev/null +++ b/_downloads/2025-09-09-3.7.3.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.7.3 +start: 9 September 2025 +layout: downloadpage +release_version: 3.7.3 +release_date: "September 9, 2025" +permalink: /download/3.7.3.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.7.3/ +--- diff --git a/_downloads/2025-10-06-2.13.17.md b/_downloads/2025-10-06-2.13.17.md new file mode 100644 index 000000000..d4989e70e --- /dev/null +++ b/_downloads/2025-10-06-2.13.17.md @@ -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 here." +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", ""] +] +--- diff --git a/_events/2015-07-06-curryon.md b/_events/2015-07-06-curryon.md index 5a4cee1e3..2c5aa14ec 100644 --- a/_events/2015-07-06-curryon.md +++ b/_events/2015-07-06-curryon.md @@ -6,5 +6,5 @@ location: Prague, Czech Republic description: "Academia and industry need to have a talk." start: 6 July 2015 end: 7 July 2015 -link-out: https://www.curry-on.org/2015/ +link-out: https://web.archive.org/web/20250730122351/http://www.curry-on.org/2015/ --- diff --git a/_events/2015-09-25-scalaupnorth.md b/_events/2015-09-25-scalaupnorth.md index b510c91f3..6c0f02b89 100644 --- a/_events/2015-09-25-scalaupnorth.md +++ b/_events/2015-09-25-scalaupnorth.md @@ -6,5 +6,5 @@ location: Toronto, ON, Canada description: "" start: 25 September 2015 end: 26 September 2015 -link-out: http://scalaupnorth.com/2015.html +link-out: https://web.archive.org/web/20160503224847/http://scalaupnorth.com/2015.html --- diff --git a/_events/2016-07-18-curryon.md b/_events/2016-07-18-curryon.md index b0fcb55d8..7e45d1ff3 100644 --- a/_events/2016-07-18-curryon.md +++ b/_events/2016-07-18-curryon.md @@ -6,5 +6,5 @@ location: Rome, Italy description: "Academia and industry need to have a talk." start: 18 July 2016 end: 19 July 2016 -link-out: https://www.curry-on.org/2016/ +link-out: https://web.archive.org/web/20250730122352/http://www.curry-on.org/2016/ --- diff --git a/_events/2016-08-05-scalaupnorth.md b/_events/2016-08-05-scalaupnorth.md index 621bb87ad..4061a97ea 100644 --- a/_events/2016-08-05-scalaupnorth.md +++ b/_events/2016-08-05-scalaupnorth.md @@ -6,5 +6,5 @@ location: Montreal, QC, Canada description: "" start: 5 August 2016 end: 6 August 2016 -link-out: http://scalaupnorth.com/2016.html +link-out: https://web.archive.org/web/20170626002559/http://scalaupnorth.com/2016.html --- diff --git a/_events/2017-06-19-curryon.md b/_events/2017-06-19-curryon.md index b3cbf0f82..ad345a540 100644 --- a/_events/2017-06-19-curryon.md +++ b/_events/2017-06-19-curryon.md @@ -6,5 +6,5 @@ location: Barcelona, Spain description: "Academia and industry need to have a talk." start: 19 June 2017 end: 20 June 2017 -link-out: https://www.curry-on.org/2017/ +link-out: https://web.archive.org/web/20240812131857/http://www.curry-on.org/2017/ --- diff --git a/_events/2017-10-26-lambda-world.md b/_events/2017-10-26-lambda-world.md index 9a9eef849..d17199cb0 100644 --- a/_events/2017-10-26-lambda-world.md +++ b/_events/2017-10-26-lambda-world.md @@ -3,7 +3,7 @@ category: event title: Lambda World logo: /resources/img/lambda-world-2.png location: Cádiz, Spain -description: Lambda World is the largest functional programming event in Spain and orients around various FP languages such as Scala, Kotlin, Java, Haskell, Elm, Clojure, and Javascript +description: Lambda World is the largest functional programming event in Spain and orients around various FP languages such as Scala, Kotlin, Java, Haskell, Elm, Clojure, and JavaScript start: 26 October 2017 end: 27 October 2017 link-out: https://www.lambda.world/ diff --git a/_events/2018-07-16-curryon.md b/_events/2018-07-16-curryon.md index fa1d6f118..ea2d15c82 100644 --- a/_events/2018-07-16-curryon.md +++ b/_events/2018-07-16-curryon.md @@ -6,5 +6,5 @@ location: Amsterdam, The Netherlands description: "Academia and industry need to have a talk." start: 16 July 2018 end: 17 July 2018 -link-out: https://www.curry-on.org/2018/ +link-out: https://web.archive.org/web/20240225073656/http://www.curry-on.org/2018/ --- diff --git a/_events/2019-07-15-curryon.md b/_events/2019-07-15-curryon.md index d7041b0c6..fa5cfdf65 100644 --- a/_events/2019-07-15-curryon.md +++ b/_events/2019-07-15-curryon.md @@ -6,5 +6,5 @@ location: London, UK description: "Academia and industry need to have a talk." start: 15 July 2019 end: 16 July 2019 -link-out: https://www.curry-on.org/2019/ +link-out: https://web.archive.org/web/20231201170726/https://www.curry-on.org/2019/ --- diff --git a/_events/2025-05-10-lambdaconf.md b/_events/2025-05-10-lambdaconf.md deleted file mode 100644 index 236d2699a..000000000 --- a/_events/2025-05-10-lambdaconf.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -category: event -title: LambdaConf -logo: /resources/img/lambdaconf-2023-logo.svg -location: Estes Park, Colorado -description: LambdaConf returns in its second edition after the pandemic, reimagined as a multi-disciplinary developer conference featuring thought-provoking, entertaining, and mind-blowing talks and workshops that will forever change the way you write software. -start: 10 May 2025 -end: 16 May 2025 -link-out: https://www.lambdaconf.us/ ---- diff --git a/_events/2025-10-15-func_prog_conf.md b/_events/2025-10-15-func_prog_conf.md new file mode 100644 index 000000000..3cd555551 --- /dev/null +++ b/_events/2025-10-15-func_prog_conf.md @@ -0,0 +1,10 @@ +--- +category: event +title: Func Prog Conf +logo: /resources/img/func-prog-conf.png +location: Stockholm, Sweden +description: "Func Prog Conf is a half-day conference about functional programming." +start: 15 October 2025 +end: 15 October 2025 +link-out: https://funcprogconf.com/ +--- diff --git a/_events/2025-10-17-scalaio.md b/_events/2025-10-17-scalaio.md new file mode 100644 index 000000000..e52b9d768 --- /dev/null +++ b/_events/2025-10-17-scalaio.md @@ -0,0 +1,10 @@ +--- +category: event +title: ScalaIO +logo: /resources/img/scalaio.png +location: Paris, France +description: "The main Scala event in the 'pain au chocolat' part of France" +start: 17 October 2025 +end: 17 October 2025 +link-out: https://scala.io/ +--- diff --git a/_events/2026-03-26-scalar.md b/_events/2026-03-26-scalar.md new file mode 100644 index 000000000..5d41d4400 --- /dev/null +++ b/_events/2026-03-26-scalar.md @@ -0,0 +1,10 @@ +--- +category: event +title: Scalar +logo: /resources/img/scalar.png +location: Warsaw, Poland +description: "Scalar is the best Scala conference in Central Europe. Since 2014 it provides a platform to discuss latest Scala trends and use cases, and meet Scala enthusiasts from all around the world." +start: 26 March 2026 +end: 27 March 2026 +link-out: https://www.scalar-conf.com/ +--- diff --git a/_includes/downloads-list.html b/_includes/downloads-list.html index c12f33589..6438e4b9b 100644 --- a/_includes/downloads-list.html +++ b/_includes/downloads-list.html @@ -1,4 +1,4 @@ -
This page contains a comprehensive archive of previous Scala releases.
+This page contains a comprehensive archive of Scala releases.