Skip to content

Commit da4ef89

Browse files
authored
Add support for Robolectric 4.16.1 (#139)
1 parent 4e5dcfc commit da4ef89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
1818
maven.install(
1919
artifacts = [
2020
"com.google.truth:truth:1.1.3",
21-
"org.robolectric:robolectric:4.16",
21+
"org.robolectric:robolectric:4.16.1",
2222
],
2323
repositories = [
2424
"https://maven.google.com",

examples/simple/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ maven_install(
8888
name = "maven",
8989
artifacts = [
9090
"com.google.truth:truth:1.1.3",
91-
"org.robolectric:robolectric:4.16",
91+
"org.robolectric:robolectric:4.16.1",
9292
],
9393
repositories = [
9494
"https://maven.google.com",

0 commit comments

Comments
 (0)