Skip to content

Commit

Permalink
Play 2.7.1 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Apr 18, 2019
1 parent 90b55f4 commit 99ff94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 99ff94b

Please sign in to comment.