aboutsummaryrefslogtreecommitdiff
path: root/prereqs.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'prereqs.bzl')
-rw-r--r--prereqs.bzl6
1 files changed, 3 insertions, 3 deletions
diff --git a/prereqs.bzl b/prereqs.bzl
index 627ccad..893fb43 100644
--- a/prereqs.bzl
+++ b/prereqs.bzl
@@ -87,9 +87,9 @@ def rules_android_prereqs(dev_mode = False):
maybe(
http_archive,
name = "robolectric",
- urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.9.2.tar.gz"],
- strip_prefix = "robolectric-bazel-4.9.2",
- sha256 = "7e007fcfdca7b7228cb4de72707e8b317026ea95000f963e91d5ae365be52d0d",
+ urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.10.3.tar.gz"],
+ strip_prefix = "robolectric-bazel-4.10.3",
+ sha256 = "1b199a932cbde4af728dd8275937091adbb89a4bf63d326de49e6d0a42e723bf",
)
maybe(