diff --git a/README.md b/README.md index 132bceef..a7050485 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Where version is one of the listed below, according to your needs. | Release | Play | Scalatest | Documentation | |:--------|:------|:----------|:------------------------------------------------------------------------------------| -| 4.0.0 | 2.7.0 | 3.0.x | [docs](https://www.playframework.com/documentation/2.7.0-RC8/ScalaTestingWithScalaTest) | +| 4.0.0 | 2.7.0 | 3.0.x | [docs](https://www.playframework.com/documentation/2.7.x/ScalaTestingWithScalaTest) | | 3.1.x | 2.6.x | 3.0.x | [docs](https://www.playframework.com/documentation/2.6.x/ScalaTestingWithScalaTest) | | 3.0.x | 2.6.x | 3.0.x | [docs](https://www.playframework.com/documentation/2.6.x/ScalaTestingWithScalaTest) | | 2.0.x | 2.5.x | 3.0.x | [docs](https://www.playframework.com/documentation/2.5.x/ScalaTestingWithScalaTest) | diff --git a/build.sbt b/build.sbt index 79881ad4..61debb26 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,10 @@ import scala.sys.process._ import sbt.io.Path._ import interplay.ScalaVersions._ -val PlayVersion = playVersion("2.7.0") +resolvers ++= DefaultOptions.resolvers(snapshot = true) +resolvers += Resolver.sonatypeRepo("snapshots") + +val PlayVersion = playVersion("2.7.1") val SeleniumVersion = "3.141.59" val HtmlUnitVersion = "2.34.0"