@@ -5,7 +5,7 @@ name := "testng-6.7"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.8 .0"
8
+ version := " 3.2.9 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-testng" ))
11
11
@@ -28,13 +28,13 @@ developers := List(
28
28
29
29
scalaVersion := " 2.13.5"
30
30
31
- crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.13" , " 2.13.5" , " 3.0.0-RC3 " )
31
+ crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.13" , " 2.13.5" , " 3.0.0" )
32
32
33
33
libraryDependencies ++= Seq (
34
- " org.scalatest" %% " scalatest-core" % " 3.2.8 " ,
34
+ " org.scalatest" %% " scalatest-core" % " 3.2.9 " ,
35
35
" org.testng" % " testng" % " 6.7" ,
36
36
" commons-io" % " commons-io" % " 1.3.2" % " test" ,
37
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.8 " % " test"
37
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.9 " % " test"
38
38
)
39
39
40
40
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
@@ -106,7 +106,7 @@ pomExtra := (
106
106
)
107
107
108
108
// Temporary disable publishing of doc in dotty, can't get it to build.
109
- publishArtifact in (Compile , packageDoc) := ! scalaBinaryVersion.value.startsWith(" 3. " )
109
+ publishArtifact in (Compile , packageDoc) := ! scalaBinaryVersion.value.startsWith(" 3" )
110
110
111
111
def docTask (docDir : File , resDir : File , projectName : String ): File = {
112
112
val docLibDir = docDir / " lib"
0 commit comments