Skip to content

Commit

Permalink
Update dependency org.jetbrains.compose.ui:ui-test-junit4 to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent c2f72c4 commit cc001b8
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 @@ -17,7 +17,7 @@ dependencies {

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

java {
Expand Down

0 comments on commit cc001b8

Please sign in to comment.