Skip to content

Commit

Permalink
Merge pull request #89 from nuhkoca/renovate/versions.truth
Browse files Browse the repository at this point in the history
Update dependency com.google.truth:truth to v1.2.0
  • Loading branch information
nuhkoca authored Dec 19, 2023
2 parents 890c0ba + ecd18a4 commit 6ea5354
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 @@ -49,7 +49,7 @@ object Versions {
const val rules = "1.5.0"
const val junit = "1.1.5"
const val truth_ext = "1.5.0"
const val truth = "1.1.5"
const val truth = "1.2.0"
const val espresso_core = "3.5.1"
const val mockito = "2.2.0"
const val arch_core = "1.1.1"
Expand Down

0 comments on commit 6ea5354

Please sign in to comment.