Skip to content

Commit

Permalink
Support Robolectric 4.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed May 18, 2024
1 parent ed702b2 commit fdd9a8e
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.1",
"org.robolectric:robolectric:4.12.2",
],
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.1",
"org.robolectric:robolectric:4.12.2",
],
repositories = [
"https://maven.google.com",
Expand Down

0 comments on commit fdd9a8e

Please sign in to comment.