Skip to content

Commit a8e3c36

Browse files
committed
Merge remote-tracking branch 'origin/main' into signature-polymorphic-methods
2 parents 3a5ec3a + 66e38da commit a8e3c36

File tree

47 files changed

+241
-62
lines changed

Some content is hidden

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

47 files changed

+241
-62
lines changed

_data/scala-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- category: current_version
22
title: Current 3.2.x release
3-
version: 3.2.0
4-
release_date: September 5, 2022
3+
version: 3.2.1
4+
release_date: November 7, 2022
55
- category: current_version
66
title: Current 2.13.x release
77
version: 2.13.10

_data/teachers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@
103103
location:
104104
longitude: 7.3555900
105105
latitude: 46.2273900
106+
- institution: Université Gustave Eiffel, France
107+
name: François Sarradin
108+
location:
109+
longitude: 2.5876883468165737
110+
latitude: 48.84274497346383
111+

_downloads/2022-11-07-3.2.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.2.1
3+
start: 7 November 2022
4+
layout: downloadpage
5+
release_version: 3.2.1
6+
release_date: "November 7, 2022"
7+
permalink: /download/3.2.1.html
8+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
9+
api_docs: https://www.scala-lang.org/api/3.2.1/
10+
---

_events/2014-04-05-scalar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Warsaw
66
description: "Scala Conference in Central Europe"
77
start: 5 April 2014
88
end: 5 April 2014
9-
link-out: https://scalar-conf.com/2014/
9+
link-out: https://scalar-conf.com/
1010
---

_events/2015-04-11-scalar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Warsaw
66
description: "Scala Conference in Central Europe"
77
start: 11 April 2015
88
end: 11 April 2015
9-
link-out: https://scalar-conf.com/2015/
9+
link-out: https://scalar-conf.com/
1010
---

_events/2016-04-16-scalar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Warsaw
66
description: "Scala Conference in Central Europe"
77
start: 16 April 2016
88
end: 16 April 2016
9-
link-out: https://scalar-conf.com/2016/
9+
link-out: https://scalar-conf.com/
1010
---

_events/2017-04-07-scalar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Warsaw, Poland
66
description: "Scalar - The Stream[Scala] of knowledge"
77
start: 7 April 2017
88
end: 8 April 2017
9-
link-out: https://scalar-conf.com/2017/
9+
link-out: https://scalar-conf.com/
1010
---

_events/2018-04-06-scalar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Warsaw, Poland
66
description: "Latest Scala trends & use-cases"
77
start: 6 April 2018
88
end: 7 April 2018
9-
link-out: https://scalar-conf.com/2018/
9+
link-out: https://scalar-conf.com/
1010
---

_events/2019-04-05-scalar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ location: Warsaw, Poland
66
description: "Latest Scala trends & use-cases"
77
start: 5 April 2019
88
end: 6 April 2019
9-
link-out: https://scalar-conf.com/2019/
9+
link-out: https://scalar-conf.com/
1010
---

_events/2023-03-23-scalar.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
category: event
3+
title: Scalar
4+
logo: /resources/img/scalar.png
5+
location: Warsaw, Poland
6+
description: "Two days of immersive functional programming experience"
7+
start: 23 March 2023
8+
end: 24 March 2023
9+
link-out: https://www.scalar-conf.com/
10+
---

_layouts/frontpage.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@
3636
<div class="inner-text">
3737
<h1>{{page.headerTitle}}</h1>
3838
<p>{{page.headerSubtitle}}</p>
39-
<a href="{{page.headerButtonUrl}}" class="button">{{page.headerButtonTitle | upcase}}</a>
39+
{% for release in site.data.scala-releases %}
40+
{% if release.category == "current_version" %}
41+
<a href="/download/{{ release.version }}.html" class="button">
42+
Scala {{ release.version }}
43+
</a>
44+
{% endif %}
45+
{% endfor %}
46+
<a href="/download/all.html" class="button">
47+
All Releases
48+
</a>
4049
</div>
4150
<div id="position-marker" class="marker">
4251
<div class="info-marker">

_posts/2013-02-28-release-notes-v2.10.1-RC2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ As for 2.10.0, here's an overview of the most prominent new features and improve
8686
* Akka Actors now part of the distribution
8787

8888
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
89-
90-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9189
* Performance Improvements
9290

9391
* Faster inliner

_posts/2013-03-06-release-notes-v2.10.1-RC3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ As for 2.10.0, here's an overview of the most prominent new features and improve
8787
* Akka Actors now part of the distribution
8888

8989
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
90-
91-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9290
* Performance Improvements
9391

9492
* Faster inliner

_posts/2013-03-13-release-notes-v2.10.1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ Since 2.10.1 is strictly a bug-fix release, here's an overview of the most promi
8383
* Akka Actors now part of the distribution
8484

8585
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
86-
87-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
8886
* Performance Improvements
8987

9088
* Faster inliner

_posts/2013-05-23-release-notes-v2.10.2-RC1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ Since 2.10.2 is strictly a bug-fix release, here's an overview of the most promi
8383
* Akka Actors now part of the distribution
8484

8585
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
86-
87-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
8886
* Performance Improvements
8987

9088
* Faster inliner

_posts/2013-05-29-release-notes-v2.11.0-M3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
4646
* In Scala 2.10.0, new implementations of the Pattern Matcher and the Bytecode Emitter
4747
were shipped. We have now removed the old implementations.
4848

49-
* scala-actors is now deprecated; we advise users to follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors, which have been included in
50-
the distribution since 2.10.0.
49+
* scala-actors is now deprecated;
5150

5251
* Search and destroy mission for ~5000 chunks of dead code. [#1648](https://github.com/scala/scala/pull/1648/files)
5352
* Language

_posts/2013-05-31-release-notes-v2.10.2-RC2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ Since 2.10.2 is strictly a bug-fix release, here's an overview of the most promi
8383
* Akka Actors now part of the distribution
8484

8585
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
86-
87-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
8886
* Performance Improvements
8987

9088
* Faster inliner

_posts/2013-06-06-release-notes-v2.10.2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Since 2.10.2 is strictly a bug-fix release, here's an overview of the most promi
6161
* [https://docs.scala-lang.org/overviews/parallel-collections/overview.html](https://docs.scala-lang.org/overviews/parallel-collections/overview.html)
6262
* Akka Actors now part of the distribution
6363
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
64-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
6564
* Performance Improvements
6665
* Faster inliner
6766
* `Range#sum` is now O(1)

_posts/2013-09-18-release-notes-v2.10.3-RC2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Since 2.10.3 is strictly a bug-fix release, here's an overview of the most promi
8282
* Akka Actors now part of the distribution
8383

8484
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
85-
86-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
8785
* Performance Improvements
8886

8987
* Faster inliner

_posts/2013-09-24-release-notes-v2.10.3-RC3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ Since 2.10.3 is strictly a bug-fix release, here's an overview of the most promi
8888
* Akka Actors now part of the distribution
8989

9090
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
91-
92-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9391
* Performance Improvements
9492

9593
* Faster inliner

_posts/2013-10-01-release-notes-v2.10.3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ Since 2.10.3 is strictly a bug-fix release, here's an overview of the most promi
8888
* Akka Actors now part of the distribution
8989

9090
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
91-
92-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9391
* Performance Improvements
9492

9593
* Faster inliner

_posts/2013-12-20-release-notes-v2.10.4-RC1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ Since 2.10.4 is strictly a bug-fix release, here's an overview of the most promi
8888
* Akka Actors now part of the distribution
8989

9090
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
91-
92-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9391
* Performance Improvements
9492

9593
* Faster inliner

_posts/2014-01-28-release-notes-2.11.0-M8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
4545
* The experimental .NET backend has been removed from the compiler.
4646
* In Scala 2.10.0, new implementations of the Pattern Matcher and the Bytecode Emitter
4747
were shipped. We have now removed the old implementations.
48-
* scala-actors is now deprecated; we advise users to follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors, which have been included in the distribution since 2.10.0.
48+
* scala-actors is now deprecated.
4949
* Search and destroy mission for ~5000 chunks of dead code. [#1648](https://github.com/scala/scala/pull/1648/files)
5050
* Language
5151
* Case classes with > 22 parameters are now supported [SI-7296](https://issues.scala-lang.org/browse/SI-7296)

_posts/2014-02-04-release-notes-2.10.4-RC2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ Since 2.10.4 is strictly a bug-fix release, here's an overview of the most promi
8787
* Akka Actors now part of the distribution
8888

8989
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
90-
91-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9290
* Performance Improvements
9391

9492
* Faster inliner

_posts/2014-02-25-release-notes-2.10.4-RC3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ Since 2.10.4 is strictly a bug-fix release, here's an overview of the most promi
8787
* Akka Actors now part of the distribution
8888

8989
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
90-
91-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9290
* Performance Improvements
9391

9492
* Faster inliner

_posts/2014-03-06-release-notes-2.11.0-RC1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following language "warts" have been deprecated:
118118
We'd like to emphasize the following library deprecations:
119119

120120
* [#3103](https://github.com/scala/scala/pull/3103), [#3191](https://github.com/scala/scala/pull/3191), [#3582](https://github.com/scala/scala/pull/3582) Collection classes and methods that are (very) difficult to extend safely have been slated for being marked `final`. Proxies and wrappers that were not adequately implemented or kept up-to-date have been deprecated, along with other minor inconsistencies.
121-
* scala-actors is now deprecated and will be removed in 2.12; please follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors
121+
* scala-actors is now deprecated and will be removed in 2.12.
122122
* [SI-7958](https://issues.scala-lang.org/browse/SI-7958) Deprecate `scala.concurrent.future` and `scala.concurrent.promise`
123123
* [SI-3235](https://issues.scala-lang.org/browse/SI-3235) Deprecate `round` on `Int` and `Long` ([#3581](https://github.com/scala/scala/pull/3581)).
124124
* We are looking for maintainers to take over the following modules: [scala-swing](https://github.com/scala/scala-swing), [scala-continuations](https://github.com/scala/scala-continuations). 2.12 will not include them if no new maintainer is found.

_posts/2014-03-20-release-notes-2.11.0-RC3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The following language "warts" have been deprecated:
127127
We'd like to emphasize the following library deprecations:
128128

129129
* [#3103](https://github.com/scala/scala/pull/3103), [#3191](https://github.com/scala/scala/pull/3191), [#3582](https://github.com/scala/scala/pull/3582) Collection classes and methods that are (very) difficult to extend safely have been slated for being marked `final`. Proxies and wrappers that were not adequately implemented or kept up-to-date have been deprecated, along with other minor inconsistencies.
130-
* scala-actors is now deprecated and will be removed in 2.12; please follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors
130+
* scala-actors is now deprecated and will be removed in 2.12;
131131
* [SI-7958](https://issues.scala-lang.org/browse/SI-7958) Deprecate `scala.concurrent.future` and `scala.concurrent.promise`
132132
* [SI-3235](https://issues.scala-lang.org/browse/SI-3235) Deprecate `round` on `Int` and `Long` ([#3581](https://github.com/scala/scala/pull/3581)).
133133
* We are looking for maintainers to take over the following modules: [scala-swing](https://github.com/scala/scala-swing), [scala-continuations](https://github.com/scala/scala-continuations). 2.12 will not include them if no new maintainer is found.

_posts/2014-03-24-release-notes-2.10.4.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ Since 2.10.4 is strictly a bug-fix release, here's an overview of the most promi
8585
* Akka Actors now part of the distribution
8686

8787
* scala.actors have been deprecated and the akka implementation is now included in the distribution.
88-
89-
* See the [actors migration project](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) for more information.
9088
* Performance Improvements
9189

9290
* Faster inliner

_posts/2014-04-08-release-notes-2.11.0-RC4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The following language "warts" have been deprecated:
131131
We'd like to emphasize the following library deprecations:
132132

133133
* [#3103](https://github.com/scala/scala/pull/3103), [#3191](https://github.com/scala/scala/pull/3191), [#3582](https://github.com/scala/scala/pull/3582) Collection classes and methods that are (very) difficult to extend safely have been slated for being marked `final`. Proxies and wrappers that were not adequately implemented or kept up-to-date have been deprecated, along with other minor inconsistencies.
134-
* scala-actors is now deprecated and will be removed in 2.12; please follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors
134+
* scala-actors is now deprecated and will be removed in 2.12;
135135
* [SI-7958](https://issues.scala-lang.org/browse/SI-7958) Deprecate `scala.concurrent.future` and `scala.concurrent.promise`
136136
* [SI-3235](https://issues.scala-lang.org/browse/SI-3235) Deprecate `round` on `Int` and `Long` ([#3581](https://github.com/scala/scala/pull/3581)).
137137
* We are looking for maintainers to take over the following modules: [scala-swing](https://github.com/scala/scala-swing), [scala-continuations](https://github.com/scala/scala-continuations). 2.12 will not include them if no new maintainer is found.

_posts/2014-04-21-release-notes-2.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The following language "warts" have been deprecated:
192192
We'd like to emphasize the following library deprecations:
193193

194194
* [#3103](https://github.com/scala/scala/pull/3103), [#3191](https://github.com/scala/scala/pull/3191), [#3582](https://github.com/scala/scala/pull/3582) Collection classes and methods that are (very) difficult to extend safely have been slated for being marked `final`. Proxies and wrappers that were not adequately implemented or kept up-to-date have been deprecated, along with other minor inconsistencies.
195-
* scala-actors is now deprecated and will be removed in 2.12; please follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors
195+
* scala-actors is now deprecated and will be removed in 2.12;
196196
* [SI-7958](https://issues.scala-lang.org/browse/SI-7958) Deprecate `scala.concurrent.future` and `scala.concurrent.promise`
197197
* [SI-3235](https://issues.scala-lang.org/browse/SI-3235) Deprecate `round` on `Int` and `Long` ([#3581](https://github.com/scala/scala/pull/3581)).
198198
* We are looking for maintainers to take over the following modules: [scala-swing](https://github.com/scala/scala-swing), [scala-continuations](https://github.com/scala/scala-continuations). 2.12 will not include them if no new maintainer is found.

_posts/2014-05-21-release-notes-2.11.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The following language "warts" have been deprecated:
217217
We'd like to emphasize the following library deprecations:
218218

219219
* [#3103](https://github.com/scala/scala/pull/3103), [#3191](https://github.com/scala/scala/pull/3191), [#3582](https://github.com/scala/scala/pull/3582) Collection classes and methods that are (very) difficult to extend safely have been slated for being marked `final`. Proxies and wrappers that were not adequately implemented or kept up-to-date have been deprecated, along with other minor inconsistencies.
220-
* scala-actors is now deprecated and will be removed in 2.12; please follow the steps in the [Actors Migration Guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors
220+
* scala-actors is now deprecated and will be removed in 2.12;
221221
* [SI-7958](https://issues.scala-lang.org/browse/SI-7958) Deprecate `scala.concurrent.future` and `scala.concurrent.promise`
222222
* [SI-3235](https://issues.scala-lang.org/browse/SI-3235) Deprecate `round` on `Int` and `Long` ([#3581](https://github.com/scala/scala/pull/3581)).
223223
* We are looking for maintainers to take over the following modules: [scala-swing](https://github.com/scala/scala-swing), [scala-continuations](https://github.com/scala/scala-continuations). 2.12 will not include them if no new maintainer is found.

_posts/2014-06-30-2.12-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Development of the following features starts in 2015. Since they are binary inco
4646
* Support for @interface traits, which are guaranteed to compile to Java interfaces (useful for interop, performance and binary compatibility). This is a generalization of the above feature.
4747
* Streams: integrate into Scala collections? (Anywhere from providing converters to replacing existing functionality.)
4848
* Use the JDK’s forkjoin library instead of embedding our own. (Switch the global default ExecutionContext to be backed by the ForkJoinPool.commonPool().)
49-
* [SIP-20](https://docs.scala-lang.org/sips/improved-lazy-val-initialization.html) Improved lazy val initialization (if time allows).
49+
* [SIP-20](https://github.com/scala/improvement-proposals/pull/19) Improved lazy val initialization (if time allows).
5050

5151
## Timing
5252
Scala 2.10.5 (Q4 2014) will be the last 2.10 release. We’re planning five 2.11.x releases in 2014, and a few more in 2015 (we're still deciding on when to EOL 2.11.x). At Typesafe, 2.12 development will begin with infrastructure work in Q4 2014, with our development focus shifting to 2.12 in 2015.

_posts/2015-05-05-release-notes-2.12.0-M1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ The following modules have been removed from the Scala 2.12 distribution:
8484

8585
* The Scala actors library is no longer released with Scala 2.12.
8686
We recommend that you use the [Akka actors library](https://akka.io/) instead.
87-
To migrate your code, follow the [Scala actors migration guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html) before upgrading your project to Scala 2.12.
8887
* The Scala distribution archives and the `scala-library-all` maven dependency no longer inlcude Akka actors.
8988
To use the Akka actors library, add it to your project [as a dependency](https://doc.akka.io/docs/akka/2.3.10/intro/getting-started.html).
9089
* The continuations plugin is no longer shipped with the Scala 2.12 distribution.

_posts/2015-07-14-release-notes-2.12.0-M2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The following modules have been removed from the Scala 2.12 distribution:
8282

8383
* Scala standard library actors.
8484
We recommend [Akka actors](https://akka.io/) instead.
85-
See the [Scala actors migration guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html).
8685
* Akka actors.
8786
The Scala distribution and the `scala-library-all` dependency no longer include Akka actors.
8887
To use Akka, [add it as a dependency](https://doc.akka.io/docs/akka/2.3.11/intro/getting-started.html).

_posts/2015-10-06-release-notes-2.12.0-M3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ The following modules have been removed from the Scala 2.12 distribution:
106106

107107
* Scala standard library actors.
108108
We recommend [Akka actors](https://akka.io/) instead.
109-
See the [Scala actors migration guide](https://docs.scala-lang.org/overviews/core/actors-migration-guide.html).
110109
* Akka actors.
111110
The Scala distribution and the `scala-library-all` dependency no longer include Akka actors.
112111
To use Akka, [add it as a dependency](https://doc.akka.io/docs/akka/2.4.0/intro/getting-started.html).

0 commit comments

Comments
 (0)