Skip to content

Commit 33d71e4

Browse files
committed
Rename deps() macro for csharp
1 parent 554bf8c commit 33d71e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/csharp/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66
load("//builder/aspect:deps.bzl", "aspect_bazel_lib")
77

8-
def deps(use_patched_version=False):
8+
def rules_dotnet(use_patched_version=False):
99
aspect_bazel_lib()
1010

1111
http_archive(

0 commit comments

Comments
 (0)