Skip to content

Commit

Permalink
Merge pull request #444 from scala-steward/update/selenium-java-4.12.1
Browse files Browse the repository at this point in the history
selenium-java 4.12.1 (was 4.11.0)
  • Loading branch information
mkurz authored Sep 13, 2023
2 parents 69a11b9 + 7877457 commit b8d62a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ import sbt.util.{ Level => _, _ }
import sbt.io.Path._
import interplay.ScalaVersions._

val SeleniumVersion = "4.11.0"
val SeleniumVersion = "4.12.1"
val SeleniumHtmlunitVersion = "4.12.0"
val MockitoVersion = "4.6.1"
val CssParserVersion = "1.14.0"
val ScalatestVersion = "3.2.16"
val ScalatestVersion = "3.2.17"
val ScalatestSeleniumVersion = ScalatestVersion + ".0"
val ScalatestMockitoVersion = ScalatestVersion + ".0"

Expand Down Expand Up @@ -107,9 +108,9 @@ lazy val `scalatestplus-play` = project
playTest,
"org.scalatest" %% "scalatest" % ScalatestVersion,
"org.scalatestplus" %% "mockito-4-11" % ScalatestMockitoVersion,
"org.scalatestplus" %% "selenium-4-9" % ScalatestSeleniumVersion,
"org.scalatestplus" %% "selenium-4-12" % ScalatestSeleniumVersion,
"org.seleniumhq.selenium" % "selenium-java" % SeleniumVersion,
"org.seleniumhq.selenium" % "htmlunit-driver" % SeleniumVersion,
"org.seleniumhq.selenium" % "htmlunit-driver" % SeleniumHtmlunitVersion,
"net.sourceforge.htmlunit" % "htmlunit-cssparser" % CssParserVersion
),
Compile / doc / scalacOptions := Seq("-doc-title", "ScalaTest + Play, " + version.value),
Expand Down

0 comments on commit b8d62a1

Please sign in to comment.