File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.12 and Selenium 4.1.x:
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.0 " % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.1 " % "test"
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>selenium-4-1_2.13</artifactId>
20
- <version>3.2.12.0 </version>
20
+ <version>3.2.12.1 </version>
21
21
<scope>test</scope>
22
22
</dependency>
23
23
```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "selenium-4.1"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.12.0 "
8
+ version := " 3.2.12.1 "
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-selenium" ))
11
11
You can’t perform that action at this time.
0 commit comments