From bd79b5e393b91cd47f9e4a5b9a874182004d2d1c Mon Sep 17 00:00:00 2001 From: Mario Rezende Date: Mon, 22 Mar 2021 17:26:34 -0300 Subject: Update groupId in installation instructions (#414) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d43db7..b9677c8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Mockito-Kotlin is available on Maven Central and JCenter. For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest version: ```groovy -testImplementation "org.mockito:mockito-kotlin:x.x.x" +testImplementation "org.mockito.kotlin:mockito-kotlin:x.x.x" ``` ## Example -- cgit v1.2.3