aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rezende <mariorez@gmail.com>2021-03-22 17:26:34 -0300
committerGitHub <noreply@github.com>2021-03-22 20:26:34 +0000
commitbd79b5e393b91cd47f9e4a5b9a874182004d2d1c (patch)
tree368cc88626633fb32ef7c77c80fa83453d0473ec
parent1a1fc5cf92799f19cebda6eb6192feb3a3d50708 (diff)
downloadmockito-kotlin-bd79b5e393b91cd47f9e4a5b9a874182004d2d1c.tar.gz
Update groupId in installation instructions (#414)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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