Skip to content

Commit

Permalink
Merge pull request #137 from nuhkoca/renovate/versions.test_core
Browse files Browse the repository at this point in the history
Update dependency androidx.test:core to v1.6.1
  • Loading branch information
nuhkoca authored Jun 27, 2024
2 parents cc71a5e + 506b2a0 commit 64bc390
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 @@ -44,7 +44,7 @@ object Versions {
const val ktlint = "12.1.1"

// Testing
const val test_core = "1.6.0"
const val test_core = "1.6.1"
const val runner = "1.6.0"
const val rules = "1.6.1"
const val junit = "1.2.0"
Expand Down

0 comments on commit 64bc390

Please sign in to comment.