Skip to content

Commit c3a4f24

Browse files
committed
Updated README.md to selenium 4.7.
1 parent dc52a8a commit c3a4f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

44
**Usage**
55

6-
To use it for ScalaTest 3.2.14 and Selenium 4.6.x:
6+
To use it for ScalaTest 3.2.14 and Selenium 4.7.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "selenium-4-6" % "3.2.14.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "selenium-4-7" % "3.2.14.0" % "test"
1212
```
1313

1414
Maven:
1515

1616
```
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
19-
<artifactId>selenium-4-6_2.13</artifactId>
19+
<artifactId>selenium-4-7_2.13</artifactId>
2020
<version>3.2.14.0</version>
2121
<scope>test</scope>
2222
</dependency>

0 commit comments

Comments
 (0)