ScalaTest v3.0.2 Release Notes

Release Date: 2017-04-18 // almost 7 years ago
  • 🔖 Version 3.0.2 for Scala 2.10, 2.11 and 2.12.

    ✨ Enhancements:

    • ✅ Pulled out commons-io, jetty dependencies from scalatest artifact's pom.xml, they are used by our tests only.
    • ⚡️ Updated easymock version to 3.2.
    • ⚡️ Updated jmock version to 2.8.1.
    • ⚡️ Updated mockito version to 1.10.19.
    • ⚡️ Updated guice version to 4.0.
    • ⚡️ Updated selenium version to 2.45.0.
    • ⚡️ Updated testng version to 6.7.
    • Switch to use the more stable getSimpleNameOfAnObjectsClass in place of getClass.getSimpleName.