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",
|
"src/cow_spdy.hrl",
|
||||||
],
|
],
|
||||||
app_name = "cowlib",
|
app_name = "cowlib",
|
||||||
beam = [],
|
|
||||||
erlc_opts = "//:erlc_opts",
|
erlc_opts = "//:erlc_opts",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -119,14 +118,13 @@ filegroup(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(name = "priv")
|
||||||
name = "priv",
|
|
||||||
srcs = [],
|
|
||||||
)
|
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "licenses",
|
name = "licenses",
|
||||||
srcs = ["LICENSE"],
|
srcs = [
|
||||||
|
"LICENSE",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue