diff --git a/README.md b/README.md index 618ff70..f37c2cd 100644 --- a/README.md +++ b/README.md @@ -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: @@ -59,7 +59,7 @@ Add this to your dependencies: com.ninja-squad springmockk - 3.0.1 + 3.1.0 test ```