Skip to content

Commit

Permalink
Release 3.2.10.0 for jmock 2.12.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 16, 2021
1 parent 8e90ac6 commit cc63836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ ScalaTest + JMock provides integration support between ScalaTest and JMock.

**Usage**

To use it for ScalaTest 3.2.10 and JMock 2.8.x:
To use it for ScalaTest 3.2.10 and JMock 2.12.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "jmock-2-8" % "3.2.10.0" % "test"
libraryDependencies += "org.scalatestplus" %% "jmock-2-12" % "3.2.10.0" % "test"
```

Maven:

```
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>jmock-2-8_2.13</artifactId>
<artifactId>jmock-2-12_2.13</artifactId>
<version>3.2.10.0</version>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.io.PrintWriter
import scala.io.Source

name := "jmock-2.8"
name := "jmock-2.12"

organization := "org.scalatestplus"

Expand Down Expand Up @@ -31,7 +31,7 @@ scalaVersion := "2.13.6"
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.6", "3.0.2")

libraryDependencies ++= Seq(
"org.jmock" % "jmock-legacy" % "2.8.4",
"org.jmock" % "jmock-legacy" % "2.12.0",
"org.scalatest" %% "scalatest-core" % "3.2.10",
"org.scalatest" %% "scalatest-flatspec" % "3.2.10" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.10" % "test",
Expand Down

0 comments on commit cc63836

Please sign in to comment.