We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4df56 commit 22f0a80Copy full SHA for 22f0a80
.github/workflows/workspace_snippet.sh
@@ -17,7 +17,7 @@ Paste this snippet into your \`WORKSPACE\` file:
17
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
18
19
http_archive(
20
- name = "rules_scala",
+ name = "io_bazel_rules_scala",
21
sha256 = "${SHA}",
22
strip_prefix = "${PREFIX}",
23
url = "https://github.com/bazelbuild/rules_scala/archive/refs/tags/${TAG}.tar.gz",
0 commit comments