Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose.ui:ui-test-desktop to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 9a7c155 commit a43973e
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.4.3")
testImplementation("org.jetbrains.compose.ui:ui-test-junit4:1.4.0")
}

Expand Down

0 comments on commit a43973e

Please sign in to comment.