ScalaTest v3.2.3 Release Notes
Release Date: 2020-11-10 // almost 4 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:
- Robert Elliot (https://github.com/Mahoney)
- Chua Chee Seng (https://github.com/cheeseng)
- Bill Venners (https://github.com/bvenners)