ScalaTest/Scalactic 3.0.8 (for Scala 2.10, 2.11, 2.12, and 2.13) includes the enhancements and bug fixes listed below. No source code using ScalaTest/Scalactic 3.0 or higher should break, but from any version other than other 3.0.x releases (with which this release is binary compatible), you will likely need to do a clean build to upgrade. Also, because 3.0.6 was accidentally not binary compatible with 3.0.5, you may need to do a clean build to upgrade from 3.0.6.
For information on how to include ScalaTest in your project, see the install page. For information on how to use Scalactic in your production code, see its install page.
org.scalatestplus.xxx
packages, this fixes a problem for user susing these from Java.Framework
to favor @WrapWith
when it is available, consistent with behavior of ScalaTestFramework
and Runner
.HtmlReporter
.TypeMatcherMacro
.toString
for ColCompatHelper
's className
implementation of Scala 2.13.0.org.scalatest.enablers.CheckerAsserting
in favour of org.scalatestplus.scalacheck.CheckerAsserting
.Prettifier
to not depend on scala-xml
classes, and removed scala-xml
dependency from Scalactic.StringOps
in Prettifier
to be compatible with Scala 2.13.0, all tests in AssertionsSpec
now passes.Every
's groupBy method to behave consistently in Scala 2.13.0.Visit ScalaTest Release Notes for links to the release notes of all previous versions, or step back in time by visiting the release notes for the previous version.
ScalaTest is brought to you by Bill Venners and Artima.
ScalaTest is free, open-source software
released under the Apache
2.0 license.
If your company loves ScalaTest, please consider sponsoring the project.
Copyright © 2009-2025 Artima, Inc. All Rights Reserved.