@@ -5,7 +5,7 @@ name := "junit-4.13"
55
66organization := " org.scalatestplus"
77
8- version := " 3.2.18 .0"
8+ version := " 3.2.19 .0"
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
1111
@@ -26,13 +26,13 @@ developers := List(
2626 )
2727)
2828
29- scalaVersion := " 2.13.12 "
29+ scalaVersion := " 2.13.13 "
3030
3131crossScalaVersions := List (
3232 " 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 "
3636)
3737
3838/** Add src/main/scala-{2|3} to Compile / unmanagedSourceDirectories */
@@ -45,12 +45,12 @@ Compile / unmanagedSourceDirectories ++= {
4545}
4646
4747libraryDependencies ++= Seq (
48- " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
48+ " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
4949 " 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"
5454)
5555
5656import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
0 commit comments