From 3c7d9c3631536eb4aa9acd957fa6e385ce466b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Campos?= Date: Sun, 18 Jul 2021 11:16:22 +0100 Subject: [PATCH] parallel-collections - add note for Scala 2.13+ mention need to import separate module --- _overviews/parallel-collections/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_overviews/parallel-collections/overview.md b/_overviews/parallel-collections/overview.md index 11fab887a6..b03bec798e 100644 --- a/_overviews/parallel-collections/overview.md +++ b/_overviews/parallel-collections/overview.md @@ -12,6 +12,8 @@ permalink: /overviews/parallel-collections/:title.html **Aleksandar Prokopec, Heather Miller** +If you're using Scala 2.13+ and want to use Scala's parallel collections, you'll have to import a separate module, as described [here](https://github.com/scala/scala-parallel-collections). + ## Motivation Amidst the shift in recent years by processor manufacturers from single to