We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c263ef1 commit 01b0803Copy full SHA for 01b0803
README.md
@@ -3,21 +3,21 @@ ScalaTest + Selenium provides integration support between ScalaTest and Selenium
3
4
**Usage**
5
6
-To use it for ScalaTest 3.2.12 and Selenium 4.1.x:
+To use it for ScalaTest 3.2.13 and Selenium 4.2.x:
7
8
SBT:
9
10
```
11
-libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.1" % "test"
+libraryDependencies += "org.scalatestplus" %% "selenium-4-2" % "3.2.13.0" % "test"
12
13
14
Maven:
15
16
17
<dependency>
18
<groupId>org.scalatestplus</groupId>
19
- <artifactId>selenium-4-1_2.13</artifactId>
20
- <version>3.2.12.1</version>
+ <artifactId>selenium-4-2_2.13</artifactId>
+ <version>3.2.13.0</version>
21
<scope>test</scope>
22
</dependency>
23
0 commit comments