File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
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.1.2 .0"
5
+ version := " 3.2.0 .0"
6
6
7
7
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
8
8
@@ -26,8 +26,12 @@ developers := List(
26
26
crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.11" , " 2.13.2" )
27
27
28
28
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"
31
35
)
32
36
33
37
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments