Skip to content

Commit 40fa62a

Browse files
committed
Release 3.2.10.0.
1 parent cc859d7 commit 40fa62a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

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

66
organization := "org.scalatestplus"
77

8-
version := "3.2.9.1"
8+
version := "3.2.10.0"
99

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

@@ -28,13 +28,13 @@ developers := List(
2828

2929
scalaVersion := "2.13.6"
3030

31-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.14", "2.13.6", "3.0.2")
31+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.6", "3.0.2")
3232

3333
libraryDependencies ++= Seq(
34-
"org.scalatest" %% "scalatest-core" % "3.2.9",
34+
"org.scalatest" %% "scalatest-core" % "3.2.10",
3535
"org.testng" % "testng" % "6.7",
3636
"commons-io" % "commons-io" % "1.3.2" % "test",
37-
"org.scalatest" %% "scalatest-funsuite" % "3.2.9" % "test"
37+
"org.scalatest" %% "scalatest-funsuite" % "3.2.10" % "test"
3838
)
3939

4040
Compile / packageDoc / publishArtifact := !scalaBinaryVersion.value.startsWith("3")

0 commit comments

Comments
 (0)