Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 714 Bytes

2016-10-23-monix-v2.0.5.md

File metadata and controls

27 lines (21 loc) · 714 Bytes
layout title author excerpt_separator description
post
Monix: Version 2.0.5 Maintenance Release
alexelcu
<!--more-->
Bug fixes, upgrade to Scala.js 0.6.13 and Scala 2.12.0-RC2

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,