From 23575da11ddff06b25446ce82e193ee2d16f8cc4 Mon Sep 17 00:00:00 2001 From: Marcos Bernal Date: Thu, 29 Apr 2021 13:05:27 +0200 Subject: [PATCH] Set README.md to latest published version I propose this change where by the README.md points to springmockk `3.0.1` which is the latest released and published version. I understand a commit was made to propare for the next version... I believe it's potentially misleading... Personally I've lost a few minutes today trying to figure out why my project couldn't download the dependency if I had followed the quickstart correctly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f6f67..7d73f17 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.2") +testImplementation("com.ninja-squad:springmockk:3.0.1") ``` 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.2 + 3.0.1 test ```