Update testing dependencies

This commit is contained in:
Maxr1998
2021-02-16 23:26:30 +01:00
committed by Niels van Velzen
parent b6f706d13b
commit de30d5f8db
+3 -3
View File
@@ -44,9 +44,9 @@ object Dependencies {
const val timber = "4.7.1"
const val leakCanary = "2.6"
const val redScreenOfDeath = "0.1.2"
const val junit = "5.7.0"
const val kotest = "4.4.0"
const val mockk = "1.10.5"
const val junit = "5.7.1"
const val kotest = "4.4.1"
const val mockk = "1.10.6"
const val androidXRunner = "1.3.0"
const val androidXEspresso = "3.3.0"