File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ maven_install(
187
187
),
188
188
],
189
189
group = "org.robolectric" ,
190
- version = "4.11.1 " ,
190
+ version = "4.13 " ,
191
191
),
192
192
],
193
193
fetch_sources = True ,
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ def _development_repositories():
18
18
19
19
http_archive (
20
20
name = "robolectric" ,
21
- strip_prefix = "robolectric-bazel-4.11.1 " ,
22
- sha256 = "1ea1cfe67848decf959316e80dd69af2bbaa359ae2195efe1366cbdf3e968356 " ,
23
- urls = ["https://github.com/robolectric/robolectric-bazel/releases/download/4.11.1 /robolectric-bazel-4.11.1 .tar.gz" ],
21
+ strip_prefix = "robolectric-bazel-4.13 " ,
22
+ sha256 = "a270fd6fd83f9f024623e787696e6b73c44664b7c95f3d937ed35bf0a94a67ae " ,
23
+ urls = ["https://github.com/robolectric/robolectric-bazel/releases/download/4.13 /robolectric-bazel-4.13 .tar.gz" ],
24
24
)
25
25
# uncomment to test with new robolectric version. Change path to point to local filesystem
26
26
# clone of https://github.com/robolectric/robolectric-bazel
You can’t perform that action at this time.
0 commit comments