Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
%% cowboy + elli listeners in peer BEAMs and measure
%% roadrunner against both. Test-profile-only to keep the
%% production dep list at one entry (telemetry).
{cowboy, "2.15.0"},
{cowboy, "2.16.1"},
{elli, "3.3.0"}
]}
]},
Expand All @@ -52,7 +52,7 @@
%% `rebar3 as test,bench compile` so the `test` fixtures and the `bench`
%% dep code are both on the path.
{bench, [
{deps, [{quic, "1.6.1"}]},
{deps, [{quic, "1.6.5"}]},
{extra_src_dirs, [{"bench", [{recursive, true}]}]}
]}
]}.
Expand Down
Loading