Skip to content

3.2.10

Compare
Choose a tag to compare
@cheeseng cheeseng released this 20 Sep 15:13
· 350 commits to 3.2.x-new since this release

ScalaTest 3.2.10 is a point release of ScalaTest that makes a few enhancements.

Changes included:

  • Fixed compilation error if Repeated is included in Diagrams assertion (#2037)
  • scaladoc broken links fix (#2041)
  • Backport produceMatcher Fix for Scala 3 (#2045)
  • Updated Scala-js to 1.7.0 (#2055)
  • Updated Scala 3 to 3.0.2 (#2055)
  • Updated Flexmark version to 0.62.2 (#2050)
  • Fixed javascript error in html reports generated under Scala 3 (#2050)
  • Give a friendly message when Flexmark not available on classpath (#2050)
  • Enhanced Scala 3 position support (#2053)
  • Made Retrying[Future[T]] to retry even when the code to produce the Future[T] fails with exception (#2061)
  • Enabled the should compile and shouldNot compile syntax support for """ string in Scala 3 (#2063)

Thanks to the contributors for the ScalaTest/Scalactic 3.2.10 release:

Taisuke Oe (https://github.com/taisukeoe)
Sandor Kelemen (https://github.com/kelemensanyi)
Seth Tisue (https://github.com/SethTisue)
Chua Chee Seng (https://github.com/cheeseng)
Bill Venners (https://github.com/bvenners)