Skip to content

Commit 6ddf3df

Browse files
authored
Update the rules_webtesting version and bump the rules_scala version to get rid of yanked rules_cc version (bazelbuild#656)
* Update the rules_webtesting version. * Bump the rules_scala version to get rid of yanked rules_cc version.
1 parent 5738749 commit 6ddf3df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ bazel_dep(
4848

4949
git_override(
5050
module_name = "rules_webtesting",
51-
commit = "46b744fa916b5cefce6f0f84252f4ec89128a01b",
51+
commit = "7a1c88f61e35ee5ce0892ae24e2aa2a3106cbfed",
5252
remote = "https://github.com/bazelbuild/rules_webtesting",
5353
)
5454

5555
# TODO(mollyibot): Needed by rules_webtesting.
5656
git_override(
5757
module_name = "rules_scala",
58-
commit = "031fb0d3a63467d87f25397eb8e23faa57d1d3a6",
58+
commit = "219e63983e8e483e66ebf70372969ba227382001",
5959
remote = "https://github.com/mbland/rules_scala",
6060
)
6161

0 commit comments

Comments
 (0)