Skip to content

Commit 0fb400f

Browse files
committed
Updated sbt, scala and scalatest version, for release 3.2.1.0.
1 parent 5f353ef commit 0fb400f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.0 and TestNG 6.7.x:
88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "testng-6-7" % "3.2.0.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "testng-6-7" % "3.2.1.0" % "test"
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>testng-6-7</artifactId>
20-
<version>3.2.0.0</version>
20+
<version>3.2.1.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "testng-6.7"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.0.0"
5+
version := "3.2.1.0"
66

77
homepage := Some(url("https://github.com/scalatest/scalatestplus-testng"))
88

@@ -23,13 +23,13 @@ developers := List(
2323
)
2424
)
2525

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.11", "2.13.2", "0.24.0")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.12", "2.13.3", "0.26.0-RC1")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest-core" % "3.2.0",
29+
"org.scalatest" %% "scalatest-core" % "3.2.1",
3030
"org.testng" % "testng" % "6.7",
3131
"commons-io" % "commons-io" % "1.3.2" % "test",
32-
"org.scalatest" %% "scalatest-funsuite" % "3.2.0" % "test"
32+
"org.scalatest" %% "scalatest-funsuite" % "3.2.1" % "test"
3333
)
3434

3535
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.12
1+
sbt.version=1.3.13

0 commit comments

Comments
 (0)