Skip to content

Commit 8ca2815

Browse files
committed
Adjustments for 3.1.0.0 release.
1 parent d84d08e commit 8ca2815

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

build.sbt

Lines changed: 3 additions & 7 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.2.0.0-M1"
5+
version := "3.1.0.0"
66

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

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

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

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

0 commit comments

Comments
 (0)