Skip to content

Commit

Permalink
Updated README.md to use version 3.2.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Apr 29, 2022
1 parent aec045f commit a4bdbcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ ScalaTest + Mockito provides integration support between ScalaTest and Mockito.

**Usage**

To use it for ScalaTest 3.2.10 and Mockito 3.12.x:
To use it for ScalaTest 3.2.12 and Mockito 4.5.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "mockito-3-12" % "3.2.10.0" % "test"
libraryDependencies += "org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % "test"
```

Maven:

```
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-3-12_2.13</artifactId>
<version>3.2.10.0</version>
<artifactId>mockito-4-5_2.13</artifactId>
<version>3.2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit a4bdbcf

Please sign in to comment.