Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose.ui:ui-test-desktop to v1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent b56ed15 commit 15f85e9
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.6.10")
testImplementation("org.jetbrains.compose.ui:ui-test-junit4:1.4.0")
}

Expand Down

0 comments on commit 15f85e9

Please sign in to comment.