Skip to content

Commit 087a208

Browse files
committed
Updated to easymock 5.3.
1 parent 8486571 commit 087a208

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
**Usage**
55

6-
To use it for ScalaTest 3.2.18 and EasyMock 5.2.x:
6+
To use it for ScalaTest 3.2.18 and EasyMock 5.3.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "easymock-5-2" % "3.2.18.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "easymock-5-3" % "3.2.18.0" % "test"
1212
```
1313

1414
Maven:
1515

1616
```
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
19-
<artifactId>easymock-5-2_2.13</artifactId>
19+
<artifactId>easymock-5-3_3</artifactId>
2020
<version>3.2.18.0</version>
2121
<scope>test</scope>
2222
</dependency>

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.io.PrintWriter
22
import scala.io.Source
33

4-
name := "easymock-5.2"
4+
name := "easymock-5.3"
55

66
organization := "org.scalatestplus"
77

@@ -33,7 +33,7 @@ crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")
3333
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
3434

3535
libraryDependencies ++= Seq(
36-
"org.easymock" % "easymock" % "5.2.0",
36+
"org.easymock" % "easymock" % "5.3.0",
3737
"org.scalatest" %% "scalatest-core" % "3.2.18",
3838
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
3939
"org.scalatest" %% "scalatest-flatspec" % "3.2.18" % "test",

0 commit comments

Comments
 (0)