Skip to content

Commit 0615a40

Browse files
committed
Release 3.3.0.0-alpha.2.
1 parent 9e1d083 commit 0615a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

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

66
organization := "org.scalatestplus"
77

8-
version := "3.3.0.0"
8+
version := "3.3.0.0-alpha.2"
99

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

@@ -31,10 +31,10 @@ scalaVersion := "2.13.16"
3131
crossScalaVersions := List("2.11.12", "2.12.20", "2.13.16", "3.3.6")
3232

3333
libraryDependencies ++= Seq(
34-
"org.scalatest" %% "scalatest-core" % "3.3.0-RC1",
34+
"org.scalatest" %% "scalatest-core" % "3.3.0-alpha.2",
3535
"org.testng" % "testng" % "7.11.0",
3636
"commons-io" % "commons-io" % "1.3.2" % "test",
37-
"org.scalatest" %% "scalatest-funsuite" % "3.3.0-RC1" % "test"
37+
"org.scalatest" %% "scalatest-funsuite" % "3.3.0-alpha.2" % "test"
3838
)
3939

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

0 commit comments

Comments
 (0)