@@ -5,7 +5,7 @@ name := "selenium-4.7"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.14 .0"
8
+ version := " 3.2.15 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-selenium" ))
11
11
@@ -30,12 +30,12 @@ scalaVersion := "2.13.10"
30
30
crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.17" , " 2.13.10" , " 3.1.3" )
31
31
32
32
libraryDependencies ++= Seq (
33
- " org.scalatest" %% " scalatest-core" % " 3.2.14 " ,
34
- " org.seleniumhq.selenium" % " selenium-java" % " 4.7.1 " ,
35
- " org.seleniumhq.selenium" % " htmlunit-driver" % " 4.7.0 " ,
33
+ " org.scalatest" %% " scalatest-core" % " 3.2.15 " ,
34
+ " org.seleniumhq.selenium" % " selenium-java" % " 4.7.2 " ,
35
+ " org.seleniumhq.selenium" % " htmlunit-driver" % " 4.7.2 " ,
36
36
" org.eclipse.jetty" % " jetty-webapp" % " 9.4.48.v20220622" % Test ,
37
- " org.scalatest" %% " scalatest-funspec" % " 3.2.14 " % Test ,
38
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.14 " % Test
37
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.15 " % Test ,
38
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.15 " % Test
39
39
)
40
40
41
41
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
0 commit comments