File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A small library that provides helper functions to work with [Mockito](https://gi
66
77## Install
88
9- Mockito-Kotlin is available on Maven Central and JCenter .
9+ Mockito-Kotlin is available on Maven Central.
1010For Gradle users, add the following to your ` build.gradle ` , replacing ` x.x.x ` with the latest version:
1111
1212``` groovy
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ buildscript {
77
88 repositories {
99 mavenCentral()
10- jcenter()
1110 }
1211
1312 dependencies {
@@ -18,7 +17,6 @@ buildscript {
1817
1918repositories {
2019 mavenCentral()
21- jcenter()
2220}
2321
2422dependencies {
@@ -28,7 +26,7 @@ dependencies {
2826 compile " org.mockito:mockito-core:4.0.0"
2927
3028 testCompile ' junit:junit:4.12'
31- testCompile ' com.nhaarman:expect.kt:1.0.0 '
29+ testCompile ' com.nhaarman:expect.kt:1.0.1 '
3230
3331 testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
3432 testCompile " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ apply plugin: 'kotlin'
1515
1616repositories {
1717 mavenCentral()
18- jcenter()
1918}
2019
2120dependencies {
@@ -25,5 +24,5 @@ dependencies {
2524 compile " org.mockito:mockito-core:4.0.0"
2625
2726 testCompile " junit:junit:4.12"
28- testCompile " com.nhaarman:expect.kt:1.0.0 "
27+ testCompile " com.nhaarman:expect.kt:1.0.1 "
2928}
You can’t perform that action at this time.
0 commit comments