Monix: Version 2.0.5 Maintenance Release
This release is binary compatible with 2.0.x, being a maintenance and
bug fix release. In order to upgrade, just increment the version
number in build.sbt
:
libraryDependencies += "io.monix" %% "monix" % "2.0.5"
List of fixes and changes:
- Bug #247: Avoid runtime reflection
- Bug #248: Reset overflow counter on None onOverflow result
- Updates Scala.js to 0.6.13 and Scala to 2.12.0-RC2
Cheers,