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
6
6
7
7
## Install
8
8
9
- Mockito-Kotlin is available on Maven Central and JCenter .
9
+ Mockito-Kotlin is available on Maven Central.
10
10
For Gradle users, add the following to your ` build.gradle ` , replacing ` x.x.x ` with the latest version:
11
11
12
12
``` groovy
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ buildscript {
7
7
8
8
repositories {
9
9
mavenCentral()
10
- jcenter()
11
10
}
12
11
13
12
dependencies {
@@ -18,7 +17,6 @@ buildscript {
18
17
19
18
repositories {
20
19
mavenCentral()
21
- jcenter()
22
20
}
23
21
24
22
dependencies {
@@ -28,7 +26,7 @@ dependencies {
28
26
compile " org.mockito:mockito-core:4.0.0"
29
27
30
28
testCompile ' junit:junit:4.12'
31
- testCompile ' com.nhaarman:expect.kt:1.0.0 '
29
+ testCompile ' com.nhaarman:expect.kt:1.0.1 '
32
30
33
31
testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
34
32
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'
15
15
16
16
repositories {
17
17
mavenCentral()
18
- jcenter()
19
18
}
20
19
21
20
dependencies {
@@ -25,5 +24,5 @@ dependencies {
25
24
compile " org.mockito:mockito-core:4.0.0"
26
25
27
26
testCompile " junit:junit:4.12"
28
- testCompile " com.nhaarman:expect.kt:1.0.0 "
27
+ testCompile " com.nhaarman:expect.kt:1.0.1 "
29
28
}
You can’t perform that action at this time.
0 commit comments