Skip to content

Commit

Permalink
Update dependencies and README for Robolectric 4.8.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed May 4, 2022
1 parent 3729877 commit 6d18a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,8 +10,8 @@ Add the `robolectric` and `rules_jvm_external` repositories in your WORKSPACE fi
```python
http_archive(
name = "robolectric",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.8.tar.gz"],
strip_prefix = "robolectric-bazel-4.8",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.8.1.tar.gz"],
strip_prefix = "robolectric-bazel-4.8.1",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()
Expand All @@ -25,7 +25,7 @@ http_archive(
load("@rules_jvm_external//:defs.bzl", "maven_install")
maven_install(
artifacts = [
"org.robolectric:robolectric:4.8",
"org.robolectric:robolectric:4.8.1",
],
repositories = [
"https://maven.google.com",
Expand Down

0 comments on commit 6d18a0e

Please sign in to comment.