@@ -5,7 +5,7 @@ name := "easymock-5.1"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.16 .0"
8
+ version := " 3.2.17 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-easymock" ))
11
11
@@ -26,18 +26,18 @@ developers := List(
26
26
)
27
27
)
28
28
29
- scalaVersion := " 2.13.10 "
29
+ scalaVersion := " 2.13.11 "
30
30
31
- crossScalaVersions := List (" 2.11.12" , " 2.12.17" , " 2.13.10 " , " 3.1.3" )
31
+ crossScalaVersions := List (" 2.11.12" , " 2.12.17" , " 2.13.11 " , " 3.1.3" )
32
32
33
33
resolvers += " Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots"
34
34
35
35
libraryDependencies ++= Seq (
36
36
" org.easymock" % " easymock" % " 5.1.0" ,
37
- " org.scalatest" %% " scalatest-core" % " 3.2.16 " ,
38
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.16 " % " test" ,
39
- " org.scalatest" %% " scalatest-flatspec" % " 3.2.16 " % " test" ,
40
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.16 " % " test"
37
+ " org.scalatest" %% " scalatest-core" % " 3.2.17 " ,
38
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.17 " % " test" ,
39
+ " org.scalatest" %% " scalatest-flatspec" % " 3.2.17 " % " test" ,
40
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.17 " % " test"
41
41
)
42
42
43
43
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
0 commit comments