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.
33
44** Usage**
55
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:
77
88SBT:
99
1010```
11- libraryDependencies += "org.scalatestplus" %% "testng-7-10" % "3.2.18 .0" % "test"
11+ libraryDependencies += "org.scalatestplus" %% "testng-7-10" % "3.2.19 .0" % "test"
1212```
1313
1414Maven:
1717<dependency>
1818 <groupId>org.scalatestplus</groupId>
1919 <artifactId>testng-7-10_3</artifactId>
20- <version>3.2.18 .0</version>
20+ <version>3.2.19 .0</version>
2121 <scope>test</scope>
2222</dependency>
2323```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "testng-7.10"
55
66organization := " org.scalatestplus"
77
8- version := " 3.2.18 .0"
8+ version := " 3.2.19 .0"
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-testng" ))
1111
@@ -26,15 +26,15 @@ developers := List(
2626 )
2727)
2828
29- scalaVersion := " 2.13.12 "
29+ scalaVersion := " 2.13.13 "
3030
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 " )
3232
3333libraryDependencies ++= Seq (
34- " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
34+ " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
3535 " org.testng" % " testng" % " 7.10.2" ,
3636 " 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"
3838)
3939
4040Compile / packageDoc / publishArtifact := ! scalaBinaryVersion.value.startsWith(" 3" )
You can’t perform that action at this time.
0 commit comments