Compare commits
1 commit
master
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
e5c819131d |
2 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ dependencies {
|
||||||
implementation libs.retrofit.scalars
|
implementation libs.retrofit.scalars
|
||||||
implementation libs.retrofit.serialization
|
implementation libs.retrofit.serialization
|
||||||
|
|
||||||
testImplementation "io.mockk:mockk-jvm:1.13.10"
|
testImplementation "io.mockk:mockk-jvm:1.13.11"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
||||||
|
|
||||||
implementation "com.squareup.okhttp3:okhttp-urlconnection"
|
implementation "com.squareup.okhttp3:okhttp-urlconnection"
|
||||||
|
|
||||||
testImplementation "io.mockk:mockk-jvm:1.13.10"
|
testImplementation "io.mockk:mockk-jvm:1.13.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(Test).configureEach {
|
tasks.withType(Test).configureEach {
|
||||||
|
|
Loading…
Reference in a new issue