Prototype improvements for Scala collections.
We published a 0.1.0 version so that you can experiment with the new design. Note that most of the collection implementations are incomplete!
libraryDependencies += "ch.epfl.scala" %% "collection-strawman" % "0.1.0"
Only Scala 2.12 is supported so far.
We also automatically publish snapshots on Sonatype:
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies += "ch.epfl.scala" %% "collection-strawman" % "0.2.0-SNAPSHOT"