Specs2 v4.6.0 Release Notes

Release Date: 2019-06-30 // almost 5 years ago
  • This version is compatible with both Scala 2.13 should be compatible with Dotty except for features using macros.

    ๐Ÿ‘Œ Improvements

    ๐Ÿ›  Fixes

    • #751 fix for implicit resolution on Dotty thanks to @smarter
    • ๐Ÿ›  #748 fixed a stack overflow with Producer.emitSeq (could happen with large specifications)
    • #747 rethrow failures with a not matcher in mutable specs
    • ๐Ÿ›  fixed a comment on SimpleTimer and added a return type
    • ๐Ÿ›  fixed one edge case with implicit resolution on Scala 2.13: beSome(beLeft) (reported by @xuwei-k)