Skip to content

Commit

Permalink
Merge pull request #16 from utzcoz/update-doc-for-4.5-release
Browse files Browse the repository at this point in the history
Update doc for 4.5 release
  • Loading branch information
brettchabot authored Oct 1, 2021
2 parents fff48b0 + a658e02 commit 92150aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.4.tar.gz"],
strip_prefix = "robolectric-bazel-4.4",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.5.tar.gz"],
strip_prefix = "robolectric-bazel-4.5",
)
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.4",
"org.robolectric:robolectric:4.5",
],
repositories = [
"https://maven.google.com",
Expand Down

0 comments on commit 92150aa

Please sign in to comment.