Skip to content

Commit 246ea59

Browse files
committed
Release 3.2.4.0.
1 parent 43ed8ae commit 246ea59

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
@@ -2,7 +2,7 @@ name := "testng-6.7"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.4.0-M1"
5+
version := "3.2.4.0"
66

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

@@ -25,13 +25,13 @@ developers := List(
2525

2626
scalaVersion := "2.13.4"
2727

28-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.4", "3.0.0-M3")
28+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.4", "3.0.0-RC1")
2929

3030
libraryDependencies ++= Seq(
31-
"org.scalatest" %% "scalatest-core" % "3.2.4-M1",
31+
"org.scalatest" %% "scalatest-core" % "3.2.4",
3232
"org.testng" % "testng" % "6.7",
3333
"commons-io" % "commons-io" % "1.3.2" % "test",
34-
"org.scalatest" %% "scalatest-funsuite" % "3.2.4-M1" % "test"
34+
"org.scalatest" %% "scalatest-funsuite" % "3.2.4" % "test"
3535
)
3636

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

0 commit comments

Comments
 (0)