Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

kontainers/scalatestplus-play

 
 

Repository files navigation

Maven

ScalaTest Plus Play

This is a fork of https://github.com/playframework/scalatestplus-play that supports scalatest 3.1.

Best to now use:

"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % "test"

Installation

To use it, please add the following dependency to your project's build.sbt or project/Build.scala file:

"io.kontainers" %% "scalatestplus-play" % "4.1.0" % "test"

Where version is one of the listed below, according to your needs.

Releases

Release Play Scalatest Documentation
4.1.0 2.7.0 3.1.x docs
  • Release Candidate: these releases are not stable and should not used in be production.

Contributions

The following tips may be useful for all welcome contributions:

  • Raise a Pull Request against the relevant branch
  • Please use descriptive commit messages

License

ScalaTest Plus Play is licensed under the Apache license, version 2. See the LICENSE.txt file for more information.