File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
44 ** Usage**
55
6- To use it for ScalaTest 3.2.15 and EasyMock 5.1.x:
6+ To use it for ScalaTest 3.2.16 and EasyMock 5.1.x:
77
88SBT:
99
1010```
11- libraryDependencies += "org.scalatestplus" %% "easymock-5-1" % "3.2.15 .0" % "test"
11+ libraryDependencies += "org.scalatestplus" %% "easymock-5-1" % "3.2.16 .0" % "test"
1212```
1313
1414Maven:
1717<dependency>
1818 <groupId>org.scalatestplus</groupId>
1919 <artifactId>easymock-5-1_2.13</artifactId>
20- <version>3.2.15 .0</version>
20+ <version>3.2.16 .0</version>
2121 <scope>test</scope>
2222</dependency>
2323```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "easymock-5.1"
55
66organization := " org.scalatestplus"
77
8- version := " 3.2.15 .0"
8+ version := " 3.2.16 .0"
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-easymock" ))
1111
@@ -34,10 +34,10 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
3434
3535libraryDependencies ++= Seq (
3636 " org.easymock" % " easymock" % " 5.1.0" ,
37- " org.scalatest" %% " scalatest-core" % " 3.2.15 " ,
38- " org.scalatest" %% " scalatest-funsuite" % " 3.2.15 " % " test" ,
39- " org.scalatest" %% " scalatest-flatspec" % " 3.2.15 " % " test" ,
40- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.15 " % " test"
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"
4141)
4242
4343import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments