Skip to content

Commit

Permalink
fix(deps): update all dependencies to v1.6.1
Browse files Browse the repository at this point in the history
| datasource | package                              | from  | to    |
| ---------- | ------------------------------------ | ----- | ----- |
| maven      | androidx.compose.ui:ui-test-manifest | 1.0.1 | 1.6.1 |
| maven      | androidx.compose.ui:ui-test-junit4   | 1.0.1 | 1.6.1 |
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 1212fc0 commit 9a23bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewmodel-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ kotlin {
val androidInstrumentedTest by getting {
dependencies {
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.compose.ui:ui-test-junit4:1.6.1")
implementation("androidx.compose.ui:ui-test-manifest:1.6.1")
implementation("androidx.test.ext:junit:1.1.5")
}
}
Expand Down

0 comments on commit 9a23bd5

Please sign in to comment.