Skip to content

Commit

Permalink
Bump badit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 10, 2024
1 parent 5f106b4 commit fcbfaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/lib/phx_new/generator.ex
Expand Up @@ -305,7 +305,7 @@ defmodule Phx.New.Generator do
end

defp get_web_adapter("cowboy"), do: {:plug_cowboy, "~> 2.7", Phoenix.Endpoint.Cowboy2Adapter, "https://hexdocs.pm/plug_cowboy/Plug.Cowboy.html"}
defp get_web_adapter("bandit"), do: {:bandit, "~> 1.2", Bandit.PhoenixAdapter, "https://hexdocs.pm/bandit/Bandit.html#t:options/0"}
defp get_web_adapter("bandit"), do: {:bandit, "~> 1.5", Bandit.PhoenixAdapter, "https://hexdocs.pm/bandit/Bandit.html#t:options/0"}
defp get_web_adapter(other), do: Mix.raise("Unknown web adapter #{inspect(other)}")

defp fs_db_config(app, module) do
Expand Down

0 comments on commit fcbfaad

Please sign in to comment.