Click here for info on the latest ScalaTest 2.0 milestone release: ScalaTest 2.0.M5b.
ScalaTest 1.9.1 (for 2.10.0+ and 2.9.0+) is available the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10 or higher) with, (for Scala 2.10.0+):
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"
And via sbt (for Scala 2.9.0+):
libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test"
Alternatively you can just download Jar files for the library and Scaladoc documentation by hand from Sonatype. The artifacts tagged with 2.10 can be used with any 2.10.x release, and 2.9.0 can be used with any 2.9.x release. Jar files are valid zip files, so to access the Scaladoc documentation just unzip the Jar file. The Scaladoc Jars do not contain a top-level directory, however, so you should unzip them in an empty directory.
For Scala 2.10.x:
For Scala 2.9.x:
If you don't have it already, you'll also need Scala. You can use any 2.9 release or any 2.10 release, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.9.1 Scaladoc.
ScalaTest 1.8 (for 2.8.1, 2.8.2, 2.9.0, 2.9.0-1, 2.9.1, and 2.9.2) is available the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10 or higher) with:
libraryDependencies += "org.scalatest" %% "scalatest" % "1.8" % "test"
Alternatively you can just download Jar files for the library and Scaladoc documentation by hand from Sonatype. The artifacts tagged with 2.9.0 can be used with any 2.9.x release, and 2.8.1 can be used with any 2.8.x release except 2.8.0. Jar files are valid zip files, so to access the Scaladoc documentation just unzip the Jar file. The Scaladoc Jars do not contain a top-level directory, however, so you should unzip them in an empty directory.
For Scala 2.9.x:
For Scala 2.8.1 and 2.8.2:
If you don't have it already, you'll also need Scala. You can use any 2.9 release or any 2.8 release later than 2.8.1, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.8 Scaladoc.
ScalaTest 1.7.2 (for 2.8.1, 2.8.2, 2.9.0, 2.9.0-1, 2.9.1, and 2.9.2) is available the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10 or higher) with:
libraryDependencies += "org.scalatest" %% "scalatest" % "1.7.2" % "test"
You can alternatively download a zip file. For Scala 2.9.0+ (including 2.9.0, 2.9.0-1, 2.9.1, and 2.9.2) download and unzip scalatest-1.7.2-for-scala-2.9.zip. For Scala 2.8.1+ (including 2.8.1, 2.8.2) download and unzip scalatest-1.7.2-for-scala-2.8.zip. In either case you'll get a scalatest-1.7.1 directory that contains all the good stuff.
If you don't have it already, you'll also need Scala. You can use any 2.9 release or any 2.8 release later than 2.8.1, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.7.2 Scaladoc.
ScalaTest 1.7.1 (for 2.8.1, 2.8.2, 2.9.0, 2.9.0-1, 2.9.1, and 2.9.2) is available the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10 or higher) with:
libraryDependencies += "org.scalatest" %% "scalatest" % "1.7.1" % "test"
You can alternatively download a zip file. For Scala 2.9.0+ (including 2.9.0, 2.9.0-1, 2.9.1, and 2.9.2) download and unzip scalatest-1.7.1-for-scala-2.9.zip. For Scala 2.8.1+ (including 2.8.1, 2.8.2) download and unzip scalatest-1.7.1-for-scala-2.8.zip. In either case you'll get a scalatest-1.7.1 directory that contains all the good stuff.
If you don't have it already, you'll also need Scala. You can use any 2.9 release or any 2.8 release later than 2.8.1, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.7.1 Scaladoc.
ScalaTest 1.7 experienced a deployment problem for a few artifact IDs and was replaced by 1.7.1. Please use ScalaTest 1.7.1 instead. The 1.7.1 release is identical with 1.7, except a Guice dependency was made optional in the pom.xml file and, most importantly, the correct jar files were deployed for all artifact IDs.
For ScalaTest 1.6.1 (for Scala 2.9.x, including 2.9.0, 2.9.0-1, 2.9.1, and 2.9.2), download and unzip scalatest-1.6.1.zip. You'll get a scalatest-1.6.1 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10) with:
libraryDependencies += "org.scalatest" %% "scalatest" % "1.6.1" % "test"
If you don't have it already, you'll also need Scala. You can use 2.9.0.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.6.1 Scaladoc.
For ScalaTest 1.5.1 (for Scala 2.8.1 and 2.8.2), download and unzip scalatest-1.5.1.zip. You'll get a scalatest-1.5.1 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10) with:
libraryDependencies += "org.scalatest" %% "scalatest" % "1.5.1" % "test"
If you don't have it already, you'll also need Scala. You can use 2.8.1.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.5.1 Scaladoc.
For ScalaTest 1.5 (for Scala 2.8.1), download and unzip scalatest-1.5.zip. You'll get a scalatest-1.5 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
If you don't have it already, you'll also need Scala. You can use 2.8.1.final, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.5 Scaladoc.
For ScalaTest 1.4.1 (for Scala 2.9.0+), download and unzip scalatest-1.4.1.zip. You'll get a scalatest-1.4.1 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository:
If you don't have it already, you'll also need Scala. You can use 2.9.0.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.4.1 Scaladoc.
For ScalaTest 1.3 (for Scala 2.8), download and unzip scalatest-1.3.zip. You'll get a scalatest-1.3 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository:
If you don't have it already, you'll also need Scala. You can use 2.8.0.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.3 Scaladoc.
For ScalaTest 1.2 (for Scala 2.8), download and unzip scalatest-1.2.zip. You'll get a scalatest-1.2 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository:
If you don't have it already, you'll also need Scala. You can use 2.8.0.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.2 Scaladoc.
For ScalaTest 1.1 (for Scala 2.7.x), download and unzip scalatest-1.1.zip. You'll get a scalatest-1.1 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository:
If you don't have it already, you'll also need Scala. You can use 2.7.3.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.1 Scaladoc.
For ScalaTest 1.0, download and unzip scalatest-1.0.zip. You'll get a scalatest-1.0 directory that contains all the good stuff.
You can alternatively download it from the Sonatype OSS Maven repository:
If you don't have it already, you'll also need Scala. You can use 2.7.3.final or later, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 1.0 Scaladoc.
ScalaTest 2.0.M5b (for 2.10.0+ and 2.9.0+) is available the Sonatype OSS Maven repository (which is mirrored on the central Maven repository as well):
Or via sbt (version 0.10 or higher) with, (for Scala 2.10.0+):
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0.M5b" % "test"
And via sbt (for Scala 2.9.0+):
libraryDependencies += "org.scalatest" %% "scalatest" % "2.0.M5b" % "test"
Alternatively you can just download Jar files for the library and Scaladoc documentation by hand from Sonatype. The artifacts tagged with 2.10 can be used with any 2.10.x release, and 2.9.0 can be used with any 2.9.x release. Jar files are valid zip files, so to access the Scaladoc documentation just unzip the Jar file. The Scaladoc Jars do not contain a top-level directory, however, so you should unzip them in an empty directory.
For Scala 2.10.x:
For Scala 2.9.x:
If you don't have it already, you'll also need Scala. You can use any 2.9 or 2.10 release, which you can get from here:
For a list of the changes in this release, see the release notes. For detailed documentation, see the ScalaTest 2.0.M5b Scaladoc.
ScalaTest is brought to you by Bill Venners, with
contributions from several other folks. It is sponsored by
Artima, Inc.
ScalaTest is free, open-source software
released under the Apache
2.0 license.
Copyright © 2009-2012 Artima, Inc. All Rights Reserved.