Skip to content

Commit 83eeaa0

Browse files
committed
Updated to selenium 4.21.
1 parent 18673aa commit 83eeaa0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ ScalaTest + Selenium provides integration support between ScalaTest and Selenium
33

44
**Usage**
55

6-
To use it for ScalaTest 3.2.18 and Selenium 4.17.x:
6+
To use it for ScalaTest 3.2.19 and Selenium 4.21.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "selenium-4-17" % "3.2.18.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "selenium-4-21" % "3.2.19.0" % "test"
1212
```
1313

1414
Maven:
1515

1616
```
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
19-
<artifactId>selenium-4-17_2.13</artifactId>
20-
<version>3.2.17.0</version>
19+
<artifactId>selenium-4-21_3</artifactId>
20+
<version>3.2.19.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.io.PrintWriter
22
import scala.io.Source
33

4-
name := "selenium-4.17"
4+
name := "selenium-4.21"
55

66
organization := "org.scalatestplus"
77

@@ -32,7 +32,7 @@ crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")
3232

3333
libraryDependencies ++= Seq(
3434
"org.scalatest" %% "scalatest-core" % "3.2.18",
35-
"org.seleniumhq.selenium" % "selenium-java" % "4.17.0",
35+
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0",
3636
"org.seleniumhq.selenium" % "htmlunit-driver" % "4.13.0",
3737
"org.eclipse.jetty" % "jetty-webapp" % "9.4.48.v20220622" % Test,
3838
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,

0 commit comments

Comments
 (0)