Skip to content

Commit

Permalink
Update Gradle dependency in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Jun 21, 2018
1 parent bbbcef9 commit 9d642a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## Example
Expand Down

0 comments on commit 9d642a2

Please sign in to comment.