Skip to content

Commit 175e67f

Browse files
committed
Release 3.3.0.0-alpha.2.
1 parent 3f9bcf7 commit 175e67f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "junit-4.13"
55

66
organization := "org.scalatestplus"
77

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

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

@@ -45,12 +45,12 @@ Compile / unmanagedSourceDirectories ++= {
4545
}
4646

4747
libraryDependencies ++= Seq(
48-
"org.scalatest" %% "scalatest-core" % "3.3.0-RC1",
48+
"org.scalatest" %% "scalatest-core" % "3.3.0-alpha.2",
4949
"junit" % "junit" % "4.13.2",
50-
"org.scalatest" %% "scalatest-wordspec" % "3.3.0-RC1" % "test",
51-
"org.scalatest" %% "scalatest-funspec" % "3.3.0-RC1" % "test",
52-
"org.scalatest" %% "scalatest-funsuite" % "3.3.0-RC1" % "test",
53-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.3.0-RC1" % "test"
50+
"org.scalatest" %% "scalatest-wordspec" % "3.3.0-alpha.2" % "test",
51+
"org.scalatest" %% "scalatest-funspec" % "3.3.0-alpha.2" % "test",
52+
"org.scalatest" %% "scalatest-funsuite" % "3.3.0-alpha.2" % "test",
53+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.3.0-alpha.2" % "test"
5454
)
5555

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

0 commit comments

Comments
 (0)