File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "junit-4.12"
2
2
3
3
organization := " org.scalatestplus"
4
4
5
- version := " 3.2 .0.0-M1 "
5
+ version := " 3.1 .0.0"
6
6
7
7
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
8
8
@@ -26,12 +26,8 @@ developers := List(
26
26
crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.10" , " 2.13.1" )
27
27
28
28
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"
35
31
)
36
32
37
33
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments