@@ -5,7 +5,7 @@ name := "junit-4.13"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.18 .0"
8
+ version := " 3.2.19 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
11
11
@@ -26,13 +26,13 @@ developers := List(
26
26
)
27
27
)
28
28
29
- scalaVersion := " 2.13.12 "
29
+ scalaVersion := " 2.13.13 "
30
30
31
31
crossScalaVersions := List (
32
32
" 2.11.12" ,
33
- " 2.12.17 " ,
34
- " 2.13.12 " ,
35
- " 3.3.1 "
33
+ " 2.12.19 " ,
34
+ " 2.13.13 " ,
35
+ " 3.3.3 "
36
36
)
37
37
38
38
/** Add src/main/scala-{2|3} to Compile / unmanagedSourceDirectories */
@@ -45,12 +45,12 @@ Compile / unmanagedSourceDirectories ++= {
45
45
}
46
46
47
47
libraryDependencies ++= Seq (
48
- " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
48
+ " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
49
49
" junit" % " junit" % " 4.13.2" ,
50
- " org.scalatest" %% " scalatest-wordspec" % " 3.2.18 " % " test" ,
51
- " org.scalatest" %% " scalatest-funspec" % " 3.2.18 " % " test" ,
52
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.18 " % " test" ,
53
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.18 " % " test"
50
+ " org.scalatest" %% " scalatest-wordspec" % " 3.2.19 " % " test" ,
51
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.19 " % " test" ,
52
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.19 " % " test" ,
53
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.19 " % " test"
54
54
)
55
55
56
56
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
0 commit comments