ScalaTest v3.2.3 Release Notes

Release Date: 2020-11-10 // over 3 years ago
  • πŸš€ ScalaTest 3.2.3 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.

    πŸ”„ Changes included:

    • πŸ›  Fixed NotSerializableException when TryValues or EitherValues raise assertion failure. (#1884)
    • ⬆️ Bump sbt-osgi version to 0.9.6, for JDK 15 compat (#1899)
    • ⚑️ Updated to use Scala-js 1.3.0.
    • ⚑️ Updated to use Dotty 1.0.0-M1.

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.3 release:

    SΓ©bastian Le Merdy (https://github.com/seblm)
    Seth Tisue (https://github.com/SethTisue)
    Chua Chee Seng (https://github.com/cheeseng)
    Bill Venners (https://github.com/bvenners)


Previous changes from v3.2.2

  • πŸš€ ScalaTest 3.2.2 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.

    πŸ”„ Changes included:

    • βœ‚ Remove suite reporter only when the suite's tests are completed. (#1876)
    • Skip Await.ready call overhead when the future is already completed at the call site.
    • Report actual value of unexpected Try projection.
    • Report actual value of unexpected Either projection.
    • πŸ”„ Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial. (#1870)
    • ✨ Enhanced ObjectDiffer to handle diff-ing of objects with cyclic dependency. (#1871)

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.2 release: