Skip to content

Commit 704190b

Browse files
committed
Adjusted for 3.2.0.0 release.
1 parent 4f3f122 commit 704190b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.sbt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "junit-4.12"
22

33
organization := "org.scalatestplus"
44

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

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

@@ -26,8 +26,12 @@ developers := List(
2626
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.11", "2.13.2")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.2",
30-
"junit" % "junit" % "4.12"
29+
"org.scalatest" %% "scalatest-core" % "3.2.0",
30+
"junit" % "junit" % "4.12",
31+
"org.scalatest" %% "scalatest-wordspec" % "3.2.0" % "test",
32+
"org.scalatest" %% "scalatest-funspec" % "3.2.0" % "test",
33+
"org.scalatest" %% "scalatest-funsuite" % "3.2.0" % "test",
34+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0" % "test"
3135
)
3236

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

0 commit comments

Comments
 (0)