Skip to content

Commit

Permalink
Regenerate bazel/BUILD.cowboy with gazelle
Browse files Browse the repository at this point in the history
`bazel run gazelle-update-repos -- hex.pm/[email protected]`
  • Loading branch information
HoloRin committed Mar 26, 2024
1 parent 5b30b5b commit e2a913a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bazel/BUILD.cowboy
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ erlang_bytecode(
"src/cowboy_clock.erl",
"src/cowboy_compress_h.erl",
"src/cowboy_constraints.erl",
"src/cowboy_decompress_h.erl",
"src/cowboy_handler.erl",
"src/cowboy_http.erl",
"src/cowboy_http2.erl",
Expand Down Expand Up @@ -94,6 +95,7 @@ filegroup(
"src/cowboy_clock.erl",
"src/cowboy_compress_h.erl",
"src/cowboy_constraints.erl",
"src/cowboy_decompress_h.erl",
"src/cowboy_handler.erl",
"src/cowboy_http.erl",
"src/cowboy_http2.erl",
Expand Down Expand Up @@ -145,10 +147,10 @@ erlang_app(
name = "erlang_app",
srcs = [":all_srcs"],
hdrs = [":public_hdrs"],
app_name = "cowboy",
app_description = "Small, fast, modern HTTP server.",
app_version = "2.10.0",
app_name = "cowboy",
app_registered = ["cowboy_clock"],
app_version = "2.12.0",
beam_files = [":beam_files"],
extra_apps = ["crypto"],
license_files = [":license_files"],
Expand Down
1 change: 1 addition & 0 deletions moduleindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cowboy:
- cowboy_clock
- cowboy_compress_h
- cowboy_constraints
- cowboy_decompress_h
- cowboy_handler
- cowboy_http
- cowboy_http2
Expand Down

0 comments on commit e2a913a

Please sign in to comment.