Skip to content

Commit e620221

Browse files
authored
Merge pull request #134 from nuhkoca/renovate/versions.truth_ext
Update dependency androidx.test.ext:truth to v1.6.0
2 parents ed8083b + ae7e3ee commit e620221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object Versions {
4343
const val runner = "1.6.2"
4444
const val rules = "1.5.0"
4545
const val junit = "1.1.5"
46-
const val truth_ext = "1.5.0"
46+
const val truth_ext = "1.6.0"
4747
const val espresso_core = "3.5.1"
4848
const val mockK = "1.13.13"
4949
const val arch_core = "2.2.0"

0 commit comments

Comments
 (0)