Skip to content

Commit 22f0a80

Browse files
authored
Fix external name in workspace snippet (#1469)
Fixes #1468
1 parent 1e4df56 commit 22f0a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace_snippet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Paste this snippet into your \`WORKSPACE\` file:
1717
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1818
1919
http_archive(
20-
name = "rules_scala",
20+
name = "io_bazel_rules_scala",
2121
sha256 = "${SHA}",
2222
strip_prefix = "${PREFIX}",
2323
url = "https://github.com/bazelbuild/rules_scala/archive/refs/tags/${TAG}.tar.gz",

0 commit comments

Comments
 (0)