@@ -5,7 +5,7 @@ name := "junit-4.13"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.12 .0"
8
+ version := " 3.2.13 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
11
11
@@ -31,9 +31,9 @@ scalaVersion := "2.13.8"
31
31
crossScalaVersions := List (
32
32
" 2.10.7" ,
33
33
" 2.11.12" ,
34
- " 2.12.15 " ,
34
+ " 2.12.16 " ,
35
35
" 2.13.8" ,
36
- " 3.1.2 "
36
+ " 3.1.3 "
37
37
)
38
38
39
39
/** Add src/main/scala-{2|3} to Compile / unmanagedSourceDirectories */
@@ -46,12 +46,12 @@ Compile / unmanagedSourceDirectories ++= {
46
46
}
47
47
48
48
libraryDependencies ++= Seq (
49
- " org.scalatest" %% " scalatest-core" % " 3.2.12 " ,
49
+ " org.scalatest" %% " scalatest-core" % " 3.2.13 " ,
50
50
" junit" % " junit" % " 4.13.2" ,
51
- " org.scalatest" %% " scalatest-wordspec" % " 3.2.12 " % " test" ,
52
- " org.scalatest" %% " scalatest-funspec" % " 3.2.12 " % " test" ,
53
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.12 " % " test" ,
54
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.12 " % " test"
51
+ " org.scalatest" %% " scalatest-wordspec" % " 3.2.13 " % " test" ,
52
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.13 " % " test" ,
53
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.13 " % " test" ,
54
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.13 " % " test"
55
55
)
56
56
57
57
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
0 commit comments