Skip to content

Commit bd79b5e

Browse files
authored
Update groupId in installation instructions (#414)
1 parent 1a1fc5c commit bd79b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mockito-Kotlin is available on Maven Central and JCenter.
99
For Gradle users, add the following to your `build.gradle`, replacing `x.x.x` with the latest version:
1010

1111
```groovy
12-
testImplementation "org.mockito:mockito-kotlin:x.x.x"
12+
testImplementation "org.mockito.kotlin:mockito-kotlin:x.x.x"
1313
```
1414

1515
## Example

0 commit comments

Comments
 (0)