Skip to content

Commit

Permalink
made cowboy optional
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbrone committed Aug 4, 2023
1 parent a546509 commit ab778ba
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 @@ -21,7 +21,7 @@ defmodule Minch.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:cowboy, "~> 2.9", only: :test},
{:cowboy, "~> 2.9", optional: true},
{:ex_doc, "~> 0.27", only: :dev, runtime: false},
{:mint_web_socket, "~> 1.0"}
]
Expand Down

0 comments on commit ab778ba

Please sign in to comment.