ScalaTest/Scalactic 3.0.6 (for Scala 2.10, 2.11 and 2.12) includes the enhancements and bug fixes listed below. No source code using ScalaTest/Scalactic 3.0 or higher should break, but you will likely need to do a clean build to upgrade. Unfortunately, this release was accidentally not binary compatible with 3.0.5. We recommend you use 3.0.8 or higher instead.
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.
-Ypartial-unification
.TypeMatcherHelper
to handle primitive types checking.TypeMatcherHelper
to handle AnyVal
correctly.<script>
sections of HtmlReporter in <![CDATA[]]>
.-T
argument in SBT.
to
and until
method in Float
and Double
anyvals.org.scalatest.prop
, moved the classes into org.scalatestplus.scalacheck
.org.scalatest.easymock
, moved the classes into org.scalatestplus.easymock
.org.scalatest.jmock
, moved the classes into org.scalatestplus.jmock
.org.scalatest.junit
, moved the classes into org.scalatestplus.junit
.org.scalatest.mockito
, moved the classes into org.scalatestplus.mockito
.org.scalatest.selenium
, moved the classes into org.scalatestplus.selenium
.org.scalatest.testng
, moved the classes into org.scalatestplus.testng
.To help users to migrate from deprecated packages to new packages, we include an autofix tool that can help you to rename the packages automatically.
If you're using the latest Scala 2.11 or 2.12, you can follow this guide to use autofix:
https://github.com/scalatest/autofix/tree/master/3.0.6
Scalactic 3.0.6 contains no changes to Scalactic compared to 3.0.5.
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.