Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose.ui:ui-test-desktop to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 0786a61 commit 32f51c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.jetbrains.compose.material3:material3:1.2.1")

testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.compose.ui:ui-test-desktop:1.4.0")
testImplementation("org.jetbrains.compose.ui:ui-test-desktop:1.7.0")
testImplementation("org.jetbrains.compose.ui:ui-test-junit4:1.4.0")
}

Expand Down

0 comments on commit 32f51c5

Please sign in to comment.