This is the first release candidate for the 2.0 release of scala-arm.
This release aims to stabilize and build upon the foundation of Scala-arm. While this release drops scala-cps plugin compatibility, It also ads many (needed) improvements/compatibility fixes for Scala 2.10/2.11 features.
Fixes/Changes
- Update to Scala 2.12 (Thanks @allisonhb)
- Support abstract types (Thanks @Arty)
- Vario...