Skip to content

Commit 80b2437

Browse files
committed
Use HTTPS for links
Does not update links in documentation of third party content in - _sass/vendors - resources/js/vendor
1 parent 681c108 commit 80b2437

File tree

290 files changed

+917
-917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+917
-917
lines changed

Diff for: _contribute_resources/1-documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: Documentation
33
link: /contribute/documentation.html
44
icon: fa fa-file-text
55
---
6-
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](http://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).
6+
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](https://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).

Diff for: _data/downloads.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ intellijUrls:
2020

2121
sbtUrls:
2222
- os: linux
23-
url: http://www.scala-sbt.org/download.html
23+
url: https://www.scala-sbt.org/download.html
2424
- os: unix
25-
url: http://www.scala-sbt.org/download.html
25+
url: https://www.scala-sbt.org/download.html
2626
- os: macos
27-
url: http://www.scala-sbt.org/download.html
27+
url: https://www.scala-sbt.org/download.html
2828
- os: windows
29-
url: http://www.scala-sbt.org/download.html
29+
url: https://www.scala-sbt.org/download.html

Diff for: _data/scala-supporters.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ supporters:
44
url: https://www.epfl.ch
55
- name: Goldman Sachs
66
logo: /resources/img/frontpage/goldman-logo.png
7-
url: http://www.goldmansachs.com
7+
url: https://www.goldmansachs.com
88
- name: 47 Degrees
99
logo: /resources/img/frontpage/47deg-logo.png
10-
url: http://www.47deg.com/
10+
url: https://www.47deg.com/
1111
- name: Twitter
1212
logo: /resources/img/frontpage/twitter-logo.png
13-
url: http://www.twitter.com
13+
url: https://www.twitter.com
1414
- name: Spotify
1515
logo: /resources/img/frontpage/spotify-logo.png
1616
url: https://www.spotify.com/
@@ -29,4 +29,4 @@ maintainers:
2929
url: https://scala.epfl.ch/
3030
- name: Lightbend
3131
logo: /resources/img/frontpage/lightbend-logo.png
32-
url: http://www.lightbend.com/
32+
url: https://www.lightbend.com/

Diff for: _downloads/2013-03-13-2.10.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.1
66
release_date: "March 13, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.1.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2013-03-14-2.11.0-M2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M2
66
release_date: "March 14, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M2.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M2.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M2.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],

Diff for: _downloads/2013-05-29-2.11.0-M3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M3
66
release_date: "May 29, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M3.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M3.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M3.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],

Diff for: _downloads/2013-05-31-2.10.2-RC2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.2-RC2
66
release_date: "May 31, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.2-RC2.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2013-06-06-2.10.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.2
66
release_date: "June 6, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.2.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2013-07-11-2.11.0-M4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M4
66
release_date: "July 11, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M4.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M4.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M4.tgz", "Mac OS X, Unix, Cygwin", "25 MB"],

Diff for: _downloads/2013-09-18-2.10.3-RC2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.3-RC2
66
release_date: "September 18, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.3-RC2.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2013-09-24-2.10.3-RC3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.3-RC3
66
release_date: "September 24, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.3-RC3.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2013-09-27-2.11.0-M5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M5
66
release_date: "September 27, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M5.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
[-main-unixsys, "scala-2.11.0-M5.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M5.tgz", "Mac OS X, Unix, Cygwin", "28M"],

Diff for: _downloads/2013-10-01-2.10.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.3
66
release_date: "October 1, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.3.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2013-11-27-2.11.0-M7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M7
66
release_date: "November 27, 2013"
77
show_resources: "true"
88
permalink: /download/2.11.0-M7.html
9-
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the <a href='http://www.java.com/'>Java runtime version 1.6 or later</a>."
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the <a href='https://www.java.com/'>Java runtime version 1.6 or later</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
[-main-unixsys, "scala-2.11.0-M7.tgz", "https://scala-lang.org/files/archive/scala-2.11.0-M7.tgz", "Mac OS X, Unix, Cygwin", "28M"],

Diff for: _downloads/2013-12-20-2.10.4-RC1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.4-RC1
66
release_date: "December 20, 2013"
77
show_resources: "true"
88
permalink: /download/2.10.4-RC1.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2014-01-28-2.11.0-M8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-M8
66
release_date: "January 28, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.0-M8.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-M8.tgz", "https://downloads.lightbend.com/scala/2.11.0-M8/scala-2.11.0-M8.tgz", "Mac OS X, Unix, Cygwin", "28.32M"],

Diff for: _downloads/2014-02-04-2.10.4-RC2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.4-RC2
66
release_date: "Feburary 4, 2014"
77
show_resources: "true"
88
permalink: /download/2.10.4-RC2.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2014-02-25-2.10.4-RC3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.4-RC3
66
release_date: "February 25, 2014"
77
show_resources: "true"
88
permalink: /download/2.10.4-RC3.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2014-03-06-2.11.0-RC1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-RC1
66
release_date: "March 06, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.0-RC1.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-RC1.tgz", "https://downloads.lightbend.com/scala/2.11.0-RC1/scala-2.11.0-RC1.tgz", "Mac OS X, Unix, Cygwin", "24.73M"],

Diff for: _downloads/2014-03-20-2.11.0-RC3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-RC3
66
release_date: "March 20, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.0-RC3.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-RC3.tgz", "https://downloads.lightbend.com/scala/2.11.0-RC3/scala-2.11.0-RC3.tgz", "Mac OS X, Unix, Cygwin", "24.77M"],

Diff for: _downloads/2014-03-24-2.10.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.10.4
66
release_date: "March 24, 2014"
77
show_resources: "true"
88
permalink: /download/2.10.4.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-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 for: _downloads/2014-04-08-2.11.0-RC4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0-RC4
66
release_date: "April 08, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.0-RC4.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0-RC4.tgz", "https://downloads.lightbend.com/scala/2.11.0-RC4/scala-2.11.0-RC4.tgz", "Mac OS X, Unix, Cygwin", "24.79M"],

Diff for: _downloads/2014-04-21-2.11.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.0
66
release_date: "April 21, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.0.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.0.tgz", "https://downloads.lightbend.com/scala/2.11.0/scala-2.11.0.tgz", "Mac OS X, Unix, Cygwin", "24.80M"],

Diff for: _downloads/2014-05-21-2.11.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.1
66
release_date: "May 21, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.1.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.1.tgz", "https://downloads.lightbend.com/scala/2.11.1/scala-2.11.1.tgz", "Mac OS X, Unix, Cygwin", "24.50M"],

Diff for: _downloads/2014-07-24-2.11.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release_version: 2.11.2
66
release_date: "July 24, 2014"
77
show_resources: "true"
88
permalink: /download/2.11.2.html
9-
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 <a href='http://www.java.com/'>here</a>."
9+
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 <a href='https://www.java.com/'>here</a>."
1010
license: <a href="https://opensource.org/licenses/BSD-3-Clause">3-clause BSD license</a>
1111
resources: [
1212
["-main-unixsys", "scala-2.11.2.tgz", "https://downloads.lightbend.com/scala/2.11.2/scala-2.11.2.tgz", "Mac OS X, Unix, Cygwin", "25.26M"],

0 commit comments

Comments
 (0)