Skip to content

Commit

Permalink
Update groupId in installation instructions (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariorezdev committed Mar 22, 2021
1 parent 1a1fc5c commit bd79b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd79b5e

Please sign in to comment.