Skip to content

Commit 0549f87

Browse files
committed
Merge branch 'rkonno-replace-configuration-setting' into 2.x
2 parents e59d36b + 4b61c23 commit 0549f87

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

1515
## Example

0 commit comments

Comments
 (0)