Skip to content

Commit

Permalink
chore: update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed Dec 17, 2021
1 parent 1b8aa5b commit 8ebae9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class GreetingControllerTest {

Add this to your dependencies:
```kotlin
testImplementation("com.ninja-squad:springmockk:3.0.1")
testImplementation("com.ninja-squad:springmockk:3.1.0")
```

If you want to make sure Mockito (and the standard `MockBean` and `SpyBean` annotations) is not used, you can also exclude the mockito dependency:
Expand All @@ -59,7 +59,7 @@ Add this to your dependencies:
<dependency>
<groupId>com.ninja-squad</groupId>
<artifactId>springmockk</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 8ebae9a

Please sign in to comment.