Bump version for mockito and robolectric

Resolves #67
This commit is contained in:
R. de Wilde 2021-07-22 21:23:50 +02:00 committed by GitHub
parent 7f54fa26a5
commit f2ae41da83
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"