Skip to content

0.27.0 (EOL)

Latest
Compare
Choose a tag to compare
@dhoepelman dhoepelman released this 29 Dec 15:41

End-of-Life (EOL) version

Adds Scala 2.13 support.

Note on compatibility:

  • Binary compatibility with 0.26.5 for Scala 2.10 - 2.12
  • The Scala major version Seq is used, so scala.collection.generic.Seq for 2.10-2.12 and scala.collection.immutable.Seq for 2.13
  • Some methods which take an implicit CanBuildFrom[Nothing, ...] in the 2.10-2.12 version take an implicit Factory in the 2.13 version to follow the collection re-design.