Skip to content

Commit

Permalink
Update dependency androidx.test.ext:junit to v1.2.0
Browse files Browse the repository at this point in the history
| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| maven      | androidx.test.ext:junit | 1.1.5 | 1.2.0 |
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 38ab8aa commit e5141b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewmodel-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ kotlin {
implementation(kotlin("test-junit"))
implementation("androidx.compose.ui:ui-test-junit4:1.0.1")
implementation("androidx.compose.ui:ui-test-manifest:1.0.1")
implementation("androidx.test.ext:junit:1.1.5")
implementation("androidx.test.ext:junit:1.2.0")
}
}

Expand Down

0 comments on commit e5141b5

Please sign in to comment.