Regenerate BUILD.cowlib using 'bazel run gazelle-update-repos -- -args hex.pm/cowlib@2.12.1'
This commit is contained in:
parent
aa89b4e3b3
commit
9164104acd
|
|
@ -68,7 +68,6 @@ erlang_bytecode(
|
|||
"src/cow_spdy.hrl",
|
||||
],
|
||||
app_name = "cowlib",
|
||||
beam = [],
|
||||
erlc_opts = "//:erlc_opts",
|
||||
)
|
||||
|
||||
|
|
@ -119,14 +118,13 @@ filegroup(
|
|||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "priv",
|
||||
srcs = [],
|
||||
)
|
||||
filegroup(name = "priv")
|
||||
|
||||
filegroup(
|
||||
name = "licenses",
|
||||
srcs = ["LICENSE"],
|
||||
srcs = [
|
||||
"LICENSE",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
|
|
|||
Loading…
Reference in New Issue