Skip to content

Commit 554bf8c

Browse files
committed
Rename deps() macro for antlr and helm
1 parent 714cece commit 554bf8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/antlr/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
66

7-
def deps():
7+
def rules_antlr():
88
git_repository(
99
name = "rules_antlr",
1010
remote = "https://github.com/marcohu/rules_antlr",

distribution/helm/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
66

7-
def deps():
7+
def com_github_masmovil_bazel_rules():
88
git_repository(
99
name = "com_github_masmovil_bazel_rules",
1010
tag = "v0.5.0",

0 commit comments

Comments
 (0)