File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ ScalaTest + TestNG provides integration support between ScalaTest and TestNG.
3
3
4
4
** Usage**
5
5
6
- To use it for ScalaTest 3.2.18 and TestNG 7.10.x:
6
+ To use it for ScalaTest 3.2.19 and TestNG 7.10.x:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "testng-7-10" % "3.2.18 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "testng-7-10" % "3.2.19 .0" % "test"
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>testng-7-10_3</artifactId>
20
- <version>3.2.18 .0</version>
20
+ <version>3.2.19 .0</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 := "testng-7.10"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.18 .0"
8
+ version := " 3.2.19 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-testng" ))
11
11
@@ -26,15 +26,15 @@ developers := List(
26
26
)
27
27
)
28
28
29
- scalaVersion := " 2.13.12 "
29
+ scalaVersion := " 2.13.13 "
30
30
31
- crossScalaVersions := List (" 2.11.12" , " 2.12.18 " , " 2.13.12 " , " 3.3.1 " )
31
+ crossScalaVersions := List (" 2.11.12" , " 2.12.19 " , " 2.13.13 " , " 3.3.3 " )
32
32
33
33
libraryDependencies ++= Seq (
34
- " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
34
+ " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
35
35
" org.testng" % " testng" % " 7.10.2" ,
36
36
" commons-io" % " commons-io" % " 1.3.2" % " test" ,
37
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.18 " % " test"
37
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.19 " % " test"
38
38
)
39
39
40
40
Compile / packageDoc / publishArtifact := ! scalaBinaryVersion.value.startsWith(" 3" )
You can’t perform that action at this time.
0 commit comments