File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
- load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "new_git_repository" )
2
+ load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" , " new_git_repository" )
3
3
load ("@bazel-erlang//:github.bzl" , "github_bazel_erlang_lib" )
4
4
load ("@bazel-erlang//:hex_archive.bzl" , "hex_archive" )
5
5
load ("@bazel-erlang//:hex_pm.bzl" , "hex_pm_bazel_erlang_lib" )
@@ -168,10 +168,10 @@ erlang_lib(
168
168
sha256 = "3418e319764b9dff1f469e43cbdffd7fd54ea47cbf765027c557abd146a19fb3" ,
169
169
)
170
170
171
- github_bazel_erlang_lib (
171
+ git_repository (
172
172
name = "osiris" ,
173
- org = "rabbitmq " ,
174
- build_file = rabbitmq_workspace + "//:BUILD. osiris" ,
173
+ branch = "master " ,
174
+ remote = "https://github.com/rabbitmq/ osiris.git " ,
175
175
)
176
176
177
177
hex_pm_bazel_erlang_lib (
You can’t perform that action at this time.
0 commit comments