Skip to content

Commit

Permalink
Update scalatestplus-play to 5.0.0-RC3 (#98)
Browse files Browse the repository at this point in the history
Update scalatestplus-play to 5.0.0-RC3
  • Loading branch information
octonato authored Dec 12, 2019
2 parents 70fb5d5 + 44cd18a commit 6904064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object OmnidocBuild {
val snapshotVersionLabel = "2.8.x"

val playVersion = sys.props.getOrElse("play.version", "2.8.0-RC1")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "5.0.0-RC1")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "5.0.0-RC3")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.8.0-M7")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.0.0-RC3")
val maybeTwirlVersion = sys.props.get("twirl.version")
Expand Down

0 comments on commit 6904064

Please sign in to comment.