File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ ScalaTest + Selenium provides integration support between ScalaTest and Selenium
3
3
4
4
** Usage**
5
5
6
- To use it for ScalaTest 3.2.17 and Selenium 4.12 .x:
6
+ To use it for ScalaTest 3.2.18 and Selenium 4.17 .x:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "selenium-4-12 " % "3.2.17 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "selenium-4-17 " % "3.2.18 .0" % "test"
12
12
```
13
13
14
14
Maven:
15
15
16
16
```
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
- <artifactId>selenium-4-12_2 .13</artifactId>
19
+ <artifactId>selenium-4-17_2 .13</artifactId>
20
20
<version>3.2.17.0</version>
21
21
<scope>test</scope>
22
22
</dependency>
Original file line number Diff line number Diff line change 1
1
import java .io .PrintWriter
2
2
import scala .io .Source
3
3
4
- name := " selenium-4.16 "
4
+ name := " selenium-4.17 "
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.3.0.0-alpha.1 "
8
+ version := " 3.2.18.0 "
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-selenium" ))
11
11
@@ -31,12 +31,12 @@ scalaVersion := "2.13.12"
31
31
crossScalaVersions := List (" 2.11.12" , " 2.12.18" , " 2.13.12" , " 3.3.1" )
32
32
33
33
libraryDependencies ++= Seq (
34
- " org.scalatest" %% " scalatest-core" % " 3.3.0-alpha.1 " ,
35
- " org.seleniumhq.selenium" % " selenium-java" % " 4.16.1 " ,
34
+ " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
35
+ " org.seleniumhq.selenium" % " selenium-java" % " 4.17.0 " ,
36
36
" org.seleniumhq.selenium" % " htmlunit-driver" % " 4.13.0" ,
37
37
" org.eclipse.jetty" % " jetty-webapp" % " 9.4.48.v20220622" % Test ,
38
- " org.scalatest" %% " scalatest-funspec" % " 3.3.0-alpha.1 " % Test ,
39
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.3.0-alpha.1 " % Test
38
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.18 " % Test ,
39
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.18 " % Test
40
40
)
41
41
42
42
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments