ScalaTest/Scalactic 2.2.2 Release Notes

ScalaTest/Scalactic 2.2.2 includes the bug fixes listed below. No source code using ScalaTest/ScalaUtils 2.0 or higher should break, but from any version other than 2.2.0 or 2.2.1 (with which this release is binary compatible), you will likely need to do a clean build to upgrade.

For information on how to include ScalaTest in your project, see the download page. For information on how to use Scalactic in your production code, see its download page.

Bug fixes

  • Added _root_ to the beginning of all fully qualified names inserted by our macros, to ensure that a local variable named org, for example, doesn't cause a compiler error when we try to say org.scalactic..
  • Ensured that reporter configuration options passed to ScalaTest from sbt with -o (such as -oW) take effect in the output send to the sbt logger.
  • Added some missing names to the Osgi bundle.

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-2024 Artima, Inc. All Rights Reserved.

artima