Skip to content

Commit

Permalink
Loosen hpax requirements. Fix #409
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Nov 12, 2024
1 parent 6a669d5 commit 93cf850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule Bandit.MixProject do
{:thousand_island, "~> 1.0"},
{:plug, "~> 1.14"},
{:websock, "~> 0.5"},
{:hpax, "~> 1.0.0"},
{:hpax, "~> 1.0"},
{:telemetry, "~> 0.4 or ~> 1.0"},
{:req, "~> 0.3", only: [:dev, :test]},
{:machete, ">= 0.0.0", only: [:dev, :test]},
Expand Down

0 comments on commit 93cf850

Please sign in to comment.