Skip to content

Commit

Permalink
Update Robolectric to 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored and utzcoz committed Jul 9, 2024
1 parent cf273ee commit 0c8d3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
maven.install(
artifacts = [
"com.google.truth:truth:1.1.3",
"org.robolectric:robolectric:4.12.2",
"org.robolectric:robolectric:4.13",
],
repositories = [
"https://maven.google.com",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ maven_install(
name = "maven",
artifacts = [
"com.google.truth:truth:1.1.3",
"org.robolectric:robolectric:4.12.2",
"org.robolectric:robolectric:4.13",
],
repositories = [
"https://maven.google.com",
Expand Down

0 comments on commit 0c8d3a9

Please sign in to comment.