Skip to content

Commit

Permalink
fix(deps): update dependency org.robolectric:robolectric to v4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 5c46ddf commit 5f4927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1
compose-material3 = { module = "androidx.compose.material3:material3" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.7" }
junit = { module = "junit:junit", version = "4.13.2" }
roboletric = { module = "org.robolectric:robolectric", version = "4.11.1" }
roboletric = { module = "org.robolectric:robolectric", version = "4.13" }

0 comments on commit 5f4927f

Please sign in to comment.