Merge pull request #68 from RdeWilde/patch-1

Bump version for mockito and robolectric
This commit is contained in:
John O'Reilly 2021-07-22 21:22:57 +01:00 committed by GitHub
commit 0f9bd7b384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@ object Versions {
const val accompanist = "0.14.0"
const val junit = "4.12"
const val mockito = "3.7.7"
const val mockito = "3.11.2"
const val testCore = "1.3.0"
const val testRunner = "1.3.0"
const val robolectric = "4.4"
const val robolectric = "4.6.1"
const val sqlDelight = "1.5.0"
const val shadow = "7.0.0"
@ -143,4 +143,4 @@ object Deps {
const val logback = "ch.qos.logback:logback-classic:${Versions.logback}"
const val kermit = "co.touchlab:kermit:${Versions.kermit}"
}
}
}