Specs2 v4.3.5 Release Notes

Release Date: 2019-01-02 // over 5 years ago
  • ๐Ÿšง Maintenance version

    โœจ Enhancements

    • core report Throwables at the end of a sbt execution (#714)
    • cats refactor IOMatchers to add Generic (#707) (Diego E. Alonso Blas)* core return a better failure message when the argument for a spec cannot be buit

    โฌ†๏ธ 2.13 and upgrades

    • ๐Ÿ‘‰ use cats-1.4.0
    • ๐Ÿ‘‰ use scalacheck-1.14.0
    • โž• add explicit return types for macro (#706) (kenji yoshida)
    • ๐Ÿ›  fix compile errors latest Scala 2.13.x (#708) (kenji yoshida)
    • ๐Ÿ‘ allow building on JDK 11 (#710) (Seth Tisue)
    • โฌ†๏ธ upgrade cats + cats-effect to versions community build expects (#711) (Seth Tisue)
    • โฌ†๏ธ upgraded to scala 2.12.7
    • โœ… adjustments for 2.13.0-M5 but some tests are not passing anymore probably because of some changes with collections