Skip to content

Commit

Permalink
Merge pull request #131 from nuhkoca/renovate/versions.truth_ext
Browse files Browse the repository at this point in the history
Update dependency androidx.test.ext:truth to v1.6.0
  • Loading branch information
nuhkoca authored Jun 25, 2024
2 parents 3fa5f46 + 8457b3a commit 37334e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Versions {
const val runner = "1.6.0"
const val rules = "1.6.0"
const val junit = "1.2.0"
const val truth_ext = "1.5.0"
const val truth_ext = "1.6.0"
const val truth = "1.4.2"
const val espresso_core = "3.6.0"
const val mockito = "2.2.0"
Expand Down

0 comments on commit 37334e8

Please sign in to comment.