Skip to content

Commit

Permalink
Merge pull request #254 from gheine/master
Browse files Browse the repository at this point in the history
Use selenium 3.141 version of scalatestplus-selenium
  • Loading branch information
mergify[bot] authored Apr 22, 2020
2 parents e420c02 + 795350f commit cc39d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ lazy val `scalatestplus-play` = project
akkaHttpServer % Test,
"com.typesafe.play" %% "play-test" % PlayVersion.current,
"org.scalatest" %% "scalatest" % ScalatestVersion,
"org.scalatestplus" %% "selenium-2-45" % ScalatestSeleniumVersion,
"org.scalatestplus" %% "selenium-3-141" % ScalatestSeleniumVersion,
"org.seleniumhq.selenium" % "selenium-java" % SeleniumVersion,
"org.seleniumhq.selenium" % "htmlunit-driver" % HtmlUnitVersion,
"net.sourceforge.htmlunit" % "htmlunit-cssparser" % CssParserVersion,
Expand Down

0 comments on commit cc39d1e

Please sign in to comment.