Skip to content

Commit 0ce7647

Browse files
committed
Upgrade to robolectric 4.13.
1 parent 9b5c706 commit 0ce7647

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ maven_install(
187187
),
188188
],
189189
group = "org.robolectric",
190-
version = "4.11.1",
190+
version = "4.13",
191191
),
192192
],
193193
fetch_sources = True,

repo.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def _development_repositories():
1818

1919
http_archive(
2020
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"],
2424
)
2525
# uncomment to test with new robolectric version. Change path to point to local filesystem
2626
# clone of https://github.com/robolectric/robolectric-bazel

0 commit comments

Comments
 (0)