Skip to content

Commit 907249c

Browse files
committed
Updated to use scalatest 3.2.14, and release version to 3.2.14.0.
1 parent 69f59b7 commit 907249c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

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

44
**Usage**
55

6-
To use it for ScalaTest 3.2.13 and EasyMock 4.3.x:
6+
To use it for ScalaTest 3.2.14 and EasyMock 4.3.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.13.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.14.0" % "test"
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>easymock-4-3_2.13</artifactId>
20-
<version>3.2.13.0</version>
20+
<version>3.2.14.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "easymock-4.3"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.13.0"
8+
version := "3.2.14.0"
99

1010
homepage := 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

3535
libraryDependencies ++= Seq(
3636
"org.easymock" % "easymock" % "4.3",
37-
"org.scalatest" %% "scalatest-core" % "3.2.13",
38-
"org.scalatest" %% "scalatest-funsuite" % "3.2.13" % "test",
39-
"org.scalatest" %% "scalatest-flatspec" % "3.2.13" % "test",
40-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % "test"
37+
"org.scalatest" %% "scalatest-core" % "3.2.14",
38+
"org.scalatest" %% "scalatest-funsuite" % "3.2.14" % "test",
39+
"org.scalatest" %% "scalatest-flatspec" % "3.2.14" % "test",
40+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.14" % "test"
4141
)
4242

4343
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

0 commit comments

Comments
 (0)