Skip to content

Commit

Permalink
Rectified to correct version of mockito.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 8, 2024
1 parent 017267d commit 28d0e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ To use it for ScalaTest 3.2.18 and Mockito 5.10.x:
SBT:

```
libraryDependencies += "org.scalatestplus" %% "mockito-5-8" % "3.2.17.0" % "test"
libraryDependencies += "org.scalatestplus" %% "mockito-5-10" % "3.2.18.0" % "test"
```

Maven:

```
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-5-8_3</artifactId>
<version>3.2.17.0</version>
<artifactId>mockito-5-10_3</artifactId>
<version>3.2.18.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 28d0e62

Please sign in to comment.