Scala 2.13’s Collections | The Scala Programming Language
www.scala-lang.org › 13 › scala-213-collectionsJun 13, 2018 · A consequence of cleaning and simplifying the collections framework is that several types or operations have been deprecated in Scala 2.13 and will be removed in 2.14. Iterable Is The Top Collection Type. We felt that having a distinction between Traversable and Iterable was not worth it, so we removed Traversable (it is now an alias to Iterable[A]). Iterable[A] is now the collection type at the top of the hierarchy.
Scala 2.13.0 is now available!
www.scala-lang.org › news › 2Jun 11, 2019 · ANNOUNCEMENT We are delighted to announce the availability of Scala 2.13! The 2.13.0 release improves Scala in the following areas: Collections: Standard library collections have been overhauled for simplicity, performance, and safety. This is the centerpiece of the release. Standard library: Future is faster and more robust.