Skip to content

Commit 74ceabf

Browse files
authored
Bump to rules_scala-6.5.0, update repo name patch (#322)
Details: - https://github.com/bazelbuild/rules_scala/releases/tag/v6.5.0 Removes the part of the patch that worked around the removal of `to_proto` and `to_json` members from a struct, since this version contains a fix: - bazel-contrib/rules_scala#1554 Updates the remaining part of the patch to define `_unmangle_bzlmod_repo_name`. This is in anticipation of the Bazel maintainers replacing `~` as the canonical repo name format delimiter due to build performance issues on Windows: - bazelbuild/bazel#22865 I plan to see about contributing this function to bazelbuild/bazel-skylib eventually. Signed-off-by: Mike Bland <[email protected]>
1 parent 928a624 commit 74ceabf

File tree

4 files changed

+8919
-2106
lines changed

4 files changed

+8919
-2106
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ use_repo(rules_ts_ext, "npm_typescript")
248248

249249
http_archive(
250250
name = "io_bazel_rules_scala",
251-
sha256 = "9a23058a36183a556a9ba7229b4f204d3e68c8c6eb7b28260521016b38ef4e00",
252-
strip_prefix = "rules_scala-6.4.0",
253-
url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.4.0/rules_scala-v6.4.0.tar.gz",
254-
patches = ["//scala:rules_scala-6.4.0.patch"],
251+
sha256 = "3b00fa0b243b04565abb17d3839a5f4fa6cc2cac571f6db9f83c1982ba1e19e5",
252+
strip_prefix = "rules_scala-6.5.0",
253+
url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.5.0/rules_scala-v6.5.0.tar.gz",
254+
patches = ["//scala:rules_scala-6.5.0.patch"],
255255
patch_args = ["-p1"],
256256
)
257257

0 commit comments

Comments
 (0)