Skip to content

Commit

Permalink
Use a real robolectric version until BCR PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-xie committed Dec 5, 2024
1 parent 26bf82c commit 636ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use_repo(rules_java_toolchains, "remote_java_tools")
bazel_dep(name = "protobuf", repo_name = "com_google_protobuf", version = "29.0")
bazel_dep(name = "rules_jvm_external", version = "6.6")
bazel_dep(name = "bazel_skylib", version = "1.0.3")
bazel_dep(name = "rules_robolectric", version = "4.14.1.2", repo_name = "robolectric")
bazel_dep(name = "rules_robolectric", version = "4.14.1", repo_name = "robolectric")
# To include PR #123
git_override(
module_name = "rules_robolectric",
Expand Down

0 comments on commit 636ff63

Please sign in to comment.