Skip to content

Commit 9d642a2

Browse files
committed
Update Gradle dependency in README
1 parent bbbcef9 commit 9d642a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-
testCompile "com.nhaarman:mockito-kotlin:x.x.x"
12+
testCompile "com.nhaarman.mockitokotlin2:mockito-kotlin:x.x.x"
1313
```
1414

1515
## Example

0 commit comments

Comments
 (0)